IIterative |
public interface IIterativeSolverSetup<T> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.IIterativeSolverSetup`1"]
The IIterativeSolverSetupT type exposes the following members.
Name | Description | |
---|---|---|
![]() | PreconditionerType | Gets type of preconditioner, if any, that will be created by this setup object. |
![]() | Reliability | Gets the relative reliability of the solver. |
![]() | SolutionSpeed | Gets the relative speed of the solver. |
![]() | SolverType | Gets the type of the solver that will be created by this setup object. |
Name | Description | |
---|---|---|
![]() | CreatePreconditioner | Creates the preconditioner to be used by default (can be overwritten). |
![]() | CreateSolver | Creates the iterative solver to be used. |