Click or drag to resize

SolverSetupTLoad(Type) 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.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<IIterativeSolverSetup<T>> Load(
	Type[] typesToExclude
)

Parameters

typesToExclude  Type
The IIterativeSolverT types that should not be loaded.

Return Value

IEnumerableIIterativeSolverSetupT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Solvers.SolverSetup`1.Load(System.Type[])"]

See Also