LuDecompositionF Properties |
The LuDecompositionF type exposes the following members.
Name | Description | |
---|---|---|
Determinant |
Returns the determinant of the matrix.
| |
LogDeterminant |
Returns the log-determinant of the matrix.
| |
LowerTriangularFactor |
Returns the lower triangular factor L with A=LU.
| |
Nonsingular |
Returns if the matrix is non-singular (i.e. invertible).
Please see remarks for important information regarding
numerical stability when using this method.
| |
PivotPermutationVector |
Returns the pivot permutation vector.
| |
UpperTriangularFactor |
Returns the lower triangular factor L with A=LU.
|