Click or drag to resize
DigitalRuneLUDecompositionD Properties

The LUDecompositionD type exposes the following members.

Properties
  NameDescription
Public propertyDeterminant
Gets the determinant of matrix A.
Public propertyIsNumericallySingular
Gets a value indicating whether the matrix U is numerically singular.
Public propertyL
Gets the lower triangular matrix L. (This property returns the internal matrix, not a copy.)
Public propertyPivotPermutationVector
Gets the pivot permutation vector. (This property returns the internal array, not a copy.)
Public propertyU
Gets the upper triangular matrix U. (This property returns the internal matrix, not a copy.)
Top
See Also