![]() |
JaggedCholeskyDecomposition Properties |
The JaggedCholeskyDecomposition type exposes the following members.
Name | Description | |
---|---|---|
![]() | Determinant |
Gets the determinant of the decomposed matrix.
|
![]() | Diagonal |
Gets the one-dimensional array of diagonal elements in a LDLt decomposition.
|
![]() | DiagonalMatrix |
Gets the block diagonal matrix of diagonal elements in a LDLt decomposition.
|
![]() | IsPositiveDefinite |
Gets whether the decomposed matrix was positive definite.
|
![]() | IsUndefined |
Gets a value indicating whether the LDLt factorization
has been computed successfully or if it is undefined.
|
![]() | LeftTriangularFactor |
Gets the left (lower) triangular factor
L so that A = L * D * L'.
|
![]() | LogDeterminant |
If the matrix is positive-definite, gets the
log-determinant of the decomposed matrix.
|
![]() | Nonsingular |
Gets a value indicating whether the decomposed
matrix is non-singular (i.e. invertible).
|