Solver |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.SolverSetup`1"]
public static class SolverSetup<T> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.SolverSetup`1"]
The SolverSetupT type exposes the following members.
| Name | Description | |
|---|---|---|
| Load | Loads the available IIterativeSolverSetupT objects from the Math.NET Numerics assembly. | |
| Load(Type) | Loads the available IIterativeSolverSetupT objects from the Math.NET Numerics assembly. | |
| LoadFromAssembly(Assembly, Boolean, Type) | Loads the available IIterativeSolverSetupT objects from the specified assembly. | |
| LoadFromAssembly(AssemblyName, Boolean, Type) | Loads the available IIterativeSolverSetupT objects from the specified assembly. | |
| LoadFromAssembly(Type, Boolean, Type) | Loads the available IIterativeSolverSetupT objects from the specified assembly. |