IIterativeSolverSetupTCreatePreconditioner Method |
Creates the preconditioner to be used by default (can be overwritten).
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIPreconditioner<T> CreatePreconditioner()
Return Value
IPreconditionerTThe configured default preconditioner.
See Also