Click or drag to resize

SolverSetupT Class

Provides helpers to discover iterative solver setups.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebra.SolversSolverSetupT

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class SolverSetup<T>
where T : struct, new(), IEquatable<T>, IFormattable

Type Parameters

T
The numeric element type.

The SolverSetupT type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLoad Loads the available IIterativeSolverSetupT objects from the Math.NET Numerics assembly.
Public methodStatic memberLoad(Type) Loads the available IIterativeSolverSetupT objects from the Math.NET Numerics assembly.
Public methodStatic memberLoadFromAssembly(Assembly, Boolean, Type) Loads the available IIterativeSolverSetupT objects from the specified assembly.
Public methodStatic memberLoadFromAssembly(AssemblyName, Boolean, Type) Loads the available IIterativeSolverSetupT objects from the specified assembly.
Public methodStatic memberLoadFromAssembly(Type, Boolean, Type) Loads the available IIterativeSolverSetupT objects from the specified assembly.
Top
See Also