Click or drag to resize

ILuDecomposition Properties

The ILuDecomposition type exposes the following members.

Properties
 NameDescription
Public propertyDeterminantReturns the determinant of the matrix.
Public propertyIsNonSingularReturns if the matrix is non-singular.
Public propertyLowerTriangularFactorReturns the lower triangular factor L with A=LU.
Public propertyPivotPermutationVectorReturns the pivot permuation vector.
Public propertyUpperTriangularFactorReturns the lower triangular factor L with A=LU.
Top
See Also