Click or drag to resize
Accord.NET (logo)

JaggedLuDecompositionD Properties

The JaggedLuDecompositionD type exposes the following members.

Properties
  NameDescription
Public propertyDeterminant
Returns the determinant of the matrix.
Public propertyLogDeterminant
Returns the log-determinant of the matrix.
Public propertyLowerTriangularFactor
Returns the lower triangular factor L with A=LU.
Public propertyNonsingular
Returns if the matrix is non-singular (i.e. invertible).
Public propertyPivotPermutationVector
Returns the pivot permutation vector.
Public propertyUpperTriangularFactor
Returns the lower triangular factor L with A=LU.
Top
See Also