Matrix<T>.GetCholeskyDecomposition Method

Returns the Cholesky decomposition of the matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public CholeskyDecomposition<T> GetCholeskyDecomposition()

Return Value

CholeskyDecomposition<T>
An CholeskyDecomposition<T> object that represents the Cholesky decomposition of the matrix.

See Also