|
MyraMath
|
Linear system solution via (flexible) fgmres (for invertible action A) More...
Go to the source code of this file.
Classes | |
| class | myra::Action< Number > |
| Applies the "Action" of a linear operator, b := A*x. More... | |
| class | myra::CVectorRange< Number > |
| Represents a const VectorRange. More... | |
| class | myra::VectorRange< Number > |
| Represents a mutable VectorRange. More... | |
| class | myra::CMatrixRange< Number > |
| Represents a const MatrixRange. More... | |
| class | myra::MatrixRange< Number > |
| Represents a mutable MatrixRange. More... | |
| class | myra::fgmres_output< Number > |
| Return type of gmres() More... | |
Linear system solution via (flexible) fgmres (for invertible action A)
Arguments: M1 (input): Action of (left) preconditioner, must be linear. A (input): Action of forward operator. M2 (input): Action of (right) preconditioner, can be variable/nonlinear. b (input): Right hand side. x (input/output): Initial guess / final answer. tolerance(input): termination criteria, desired tolerance. restart(input): restart every so often, to bound storage demands iterations(input): termination criteria, maximum iterations allowed
1.8.13