Click or drag to resize

SolverSetupTLoad Method

Loads the available IIterativeSolverSetupT objects from the Math.NET Numerics assembly.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<IIterativeSolverSetup<T>> Load()

Return Value

IEnumerableIIterativeSolverSetupT
The discovered solver setup objects.
See Also