Click or drag to resize
Accord.NET (logo)

LuDecomposition Properties

The LuDecomposition 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). Please see remarks for important information regarding numerical stability when using this method.
Public propertyPivotPermutationVector
Returns the pivot permutation vector.
Public propertyUpperTriangularFactor
Returns the lower triangular factor L with A=LU.
Top
See Also