Click or drag to resize

SparseMatrixSolveGE Method

Gaussian elimination method for A*x=b with partial pivoting

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector SolveGE(
	Vector b
)

Parameters

b  Vector
The right hand side vector

Return Value

Vector
The solution x
See Also