SolverSetupTLoad(Type) Method |
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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