ILNumerics Ultimate VS

ILMathlu Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodStatic memberlu(InArraycomplex)
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.

[ILNumerics Computing Engine]

Public methodStatic memberlu(InArrayfcomplex)
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.

[ILNumerics Computing Engine]

Public methodStatic memberlu(InArrayDouble)
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.

[ILNumerics Computing Engine]

Public methodStatic memberlu(InArraySingle)
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.

[ILNumerics Computing Engine]

Public methodStatic memberlu(InArraycomplex, OutArraycomplex, OutArraycomplex)
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.

[ILNumerics Computing Engine]

Public methodStatic memberlu(InArrayfcomplex, OutArrayfcomplex, OutArrayfcomplex)
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.

[ILNumerics Computing Engine]

Public methodStatic memberlu(InArrayDouble, OutArrayDouble, OutArrayDouble)
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.

[ILNumerics Computing Engine]

Public methodStatic memberlu(InArraySingle, OutArraySingle, OutArraySingle)
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.

[ILNumerics Computing Engine]

Top
See Also

Reference