SparseMatrixSolveGE Method |
Gaussian elimination method for A*x=b with partial pivoting
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector SolveGE(
Vector b
)
Parameters
- b Vector
- The right hand side vector
Return Value
VectorThe solution x
See Also