#include "eigen/eigen_wrapper.hpp"#include "identity_solver.hpp"#include "terra/linalg/operator.hpp"#include "terra/linalg/solvers/iterative_solver_info.hpp"#include "terra/linalg/solvers/solver.hpp"#include "terra/linalg/vector.hpp"#include "util/table.hpp"Go to the source code of this file.
Classes | |
| struct | terra::linalg::solvers::FGMRESOptions< ScalarType > |
| class | terra::linalg::solvers::FGMRES< OperatorT, PreconditionerT > |
| Flexible GMRES (FGMRES) iterative solver for nonsymmetric linear systems. More... | |
Namespaces | |
| namespace | terra |
| namespace | terra::linalg |
| Contains linear algebra utilities and functions for the Terra project. | |
| namespace | terra::linalg::solvers |