IMapackMatrixGetCholeskyDecomposition Method |
Returns the cholesky decomposition for this matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxICholeskyDecomposition GetCholeskyDecomposition()
Return Value
ICholeskyDecompositionThe Cholesky decomposition.
See Also