Click or drag to resize

IIterativeSolverSetupTCreatePreconditioner Method

Creates the preconditioner to be used by default (can be overwritten).

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IPreconditioner<T> CreatePreconditioner()

Return Value

IPreconditionerT
The configured default preconditioner.
See Also