Click or drag to resize

MILU0PreconditionerApproximate Method

Approximates the solution to the matrix equation Ax = b.

Namespace: Altaxo.Calc.LinearAlgebra.Single.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Approximate(
	Vector<float> input,
	Vector<float> result
)

Parameters

input  VectorSingle
The right hand side vector b.
result  VectorSingle
The left hand side vector x.

Implements

IPreconditionerTApproximate(VectorT, VectorT)
See Also