Click or drag to resize

SolverSetupT Class

[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.SolverSetup`1"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebra.SolversSolverSetupT

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.SolverSetup`1"]

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