ManagedLinearAlgebraProviderLUSolveFactored(Int32, Complex, Int32, Int32, Complex) Method |
Solves A*X=B for X using a previously factored A matrix.
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 GETRS LAPACK routine.
See Also