Click or drag to resize

GaussSolve(Matrix, Vector) Method

Solves system of linear equations Ax = b using Gaussian elimination 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 static Vector Solve(
	Matrix A,
	Vector b
)

Parameters

A  Matrix
System matrix 'A'
b  Vector
Right part 'b'

Return Value

Vector
Solution of system 'x'
See Also