CholeskyDecomposition {Microsoft.VisualBasic.Math.LinearAlgebra.Matrix} .NET clr documentation

CholeskyDecomposition

Description

Cholesky Decomposition. For a symmetric, positive definite matrix A, the Cholesky decomposition is an lower triangular matrix L so that A = L*L'. If the matrix is not symmetric or positive definite, the constructor returns a partial decomposition and sets an internal flag that may be queried by the isSPD() method.

Declare

            
# namespace Microsoft.VisualBasic.Math.LinearAlgebra.Matrix
export class CholeskyDecomposition {
   # Is the matrix symmetric and positive definite?
   SPD: boolean;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]