LUDecompositionF Properties |
The LUDecompositionF type exposes the following members.
Name | Description | |
---|---|---|
Determinant |
Gets the determinant of matrix A.
| |
IsNumericallySingular |
Gets a value indicating whether the matrix U is numerically singular.
| |
L |
Gets the lower triangular matrix L. (This property returns the internal matrix,
not a copy.)
| |
PivotPermutationVector |
Gets the pivot permutation vector. (This property returns the internal array,
not a copy.)
| |
U |
Gets the upper triangular matrix U. (This property returns the internal matrix,
not a copy.)
|