Click or drag to resize

ISolver<T>.Solve(Vector<T>, Vector<T>) Method

Solves a system of linear equations, Ax = b.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
void Solve(
	Vector<T> input,
	Vector<T> result
)

Parameters

input  Vector<T>
The right hand side vector, b.
result  Vector<T>
The left hand side Matrix>, x.
See Also