ManagedLinearAlgebraProviderCholeskySolve(Single, Int32, Single, Int32) Method |
Solves A*X=B for X using Cholesky factorization.
Namespace: Altaxo.Calc.Providers.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Remarks This is equivalent to the POTRF add POTRS LAPACK routines.
See Also