Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Calc.LinearAlgebra.Solvers"]
Class | Description | |
---|---|---|
CancellationStopCriterionT | Defines an IIterationStopCriterionT that uses a cancellation token as stop criterion. | |
DelegateStopCriterionT | Stop criterion that delegates the status determination to a delegate. | |
DivergenceStopCriterionT | Monitors an iterative calculation for signs of divergence. | |
FailureStopCriterionT | Defines an IIterationStopCriterionT that monitors residuals for NaN's. | |
IterationCountStopCriterionT | Defines an IIterationStopCriterionT that monitors the numbers of iteration steps as stop criterion. | |
IteratorT | An iterator that is used to check if an iterative calculation should continue or stop. | |
ResidualStopCriterionT | Defines an IIterationStopCriterionT that monitors residuals as stop criterion. | |
SolverSetupT | ||
UnitPreconditionerT | A unit preconditioner. This preconditioner does not actually do anything it is only used when running an IIterativeSolverT without a preconditioner. |
Interface | Description | |
---|---|---|
IIterationStopCriterionT | The base interface for classes that provide stop criteria for iterative calculations. | |
IIterativeSolverT | Defines the interface for IIterativeSolverT classes that solve the matrix equation Ax = b in an iterative manner. | |
IIterativeSolverSetupT | Defines the interface for objects that can create an iterative solver with specific settings. This interface is used to pass iterative solver creation setup information around. | |
IPreconditionerT | The base interface for preconditioner classes. |
Enumeration | Description | |
---|---|---|
IterationStatus | Iterative Calculation Status |