ILNumerics - Technical Application Development
Top
Overload List
Name | Description | |
---|---|---|
lu(InArraycomplex) |
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.
[ILNumerics Computing Engine] | |
lu(InArrayfcomplex) |
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.
[ILNumerics Computing Engine] | |
lu(InArrayDouble) |
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.
[ILNumerics Computing Engine] | |
lu(InArraySingle) |
LU matrix decomposition. Decompose general matrix A into strictly upper part and lower part.
[ILNumerics Computing Engine] | |
lu(InArraycomplex, OutArraycomplex, OutArraycomplex) |
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.
[ILNumerics Computing Engine] | |
lu(InArrayfcomplex, OutArrayfcomplex, OutArrayfcomplex) |
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.
[ILNumerics Computing Engine] | |
lu(InArrayDouble, OutArrayDouble, OutArrayDouble) |
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.
[ILNumerics Computing Engine] | |
lu(InArraySingle, OutArraySingle, OutArraySingle) |
Decompose matrix A into uper and lower triangular matrices. Also generates pivoting permutation matrix.
[ILNumerics Computing Engine] |
See Also