Click or drag to resize

CholeskyDecompositionSquareRootMatrix Method

Returns the Cholesky square root matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SquareMatrix SquareRootMatrix()

Return Value

Type: SquareMatrix
A lower-left triangular matrix A, such that A AT = M.
See Also