Click or drag to resize
Accord.NET (logo)

JaggedCholeskyDecompositionF Properties

The JaggedCholeskyDecompositionF type exposes the following members.

Properties
  NameDescription
Public propertyDeterminant
Gets the determinant of the decomposed matrix.
Public propertyDiagonal
Gets the one-dimensional array of diagonal elements in a LDLt decomposition.
Public propertyDiagonalMatrix
Gets the block diagonal matrix of diagonal elements in a LDLt decomposition.
Public propertyIsPositiveDefinite
Gets whether the decomposed matrix was positive definite.
Public propertyIsUndefined
Gets a value indicating whether the LDLt factorization has been computed successfully or if it is undefined.
Public propertyLeftTriangularFactor
Gets the left (lower) triangular factor L so that A = L * D * L'.
Public propertyLogDeterminant
If the matrix is positive-definite, gets the log-determinant of the decomposed matrix.
Public propertyNonsingular
Gets a value indicating whether the decomposed matrix is non-singular (i.e. invertible).
Top
See Also