Click or drag to resize

IPreconditionerTApproximate Method

Approximates the solution to the matrix equation Mx = b.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Approximate(
	Vector<T> rhs,
	Vector<T> lhs
)

Parameters

rhs  VectorT
The right hand side vector.
lhs  VectorT
The left hand side vector. Also known as the result vector.
See Also