ILuDecompositionSolve Method |
Solves a set of equation systems of type A * X = B.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IMapackMatrix Solve(
IMapackMatrix rhs
)
Parameters
- rhs IMapackMatrix
- Right hand side matrix with as many rows as A and any number of columns.
Return Value
IMapackMatrixMatrix
X so that
L * U * X = B.
See Also