Computes the Cholesky decomposition for a matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract Cholesky<T> Cholesky()
Return Value
CholeskyTThe Cholesky decomposition object.
See Also