Click or drag to resize

ILU0PreconditionerApproximate Method

Approximates the solution to the matrix equation Ax = b.

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

Parameters

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

Implements

IPreconditionerTApproximate(VectorT, VectorT)
See Also