ManagedLinearAlgebraProviderLUSolve(Int32, Double, Int32, Double) Method |
Solves A*X=B for X using LU 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 GETRF and GETRS LAPACK routines.
See Also