Click or drag to resize

ILUTPPreconditionerApproximate Method

Approximates the solution to the matrix equation Ax = b.

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

Parameters

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

Implements

IPreconditionerTApproximate(VectorT, VectorT)
See Also