Returns the Cholesky decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public CholeskyDecomposition<T> GetCholeskyDecomposition()
Public Function GetCholeskyDecomposition As CholeskyDecomposition(Of T)
public:
CholeskyDecomposition<T>^ GetCholeskyDecomposition()
member GetCholeskyDecomposition : unit -> CholeskyDecomposition<'T>
Return Value
Type:
CholeskyDecompositionTAn
CholeskyDecompositionT object that represents
the Cholesky decomposition of the matrix.
Reference