|
Belos Version of the Day
|
Methods for solving GMRES' projected least-squares problem. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "Teuchos_Array.hpp"#include "Teuchos_BLAS.hpp"#include "Teuchos_LAPACK.hpp"#include "Teuchos_oblackholestream.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_SerialDenseMatrix.hpp"#include "Teuchos_StandardParameterEntryValidators.hpp"
Go to the source code of this file.
Classes | |
| class | Belos::details::ProjectedLeastSquaresProblem< Scalar > |
| "Container" for the GMRES projected least-squares problem. More... | |
| class | Belos::details::LocalDenseMatrixOps< Scalar > |
| Low-level operations on non-distributed dense matrices. More... | |
| class | Belos::details::ProjectedLeastSquaresSolver< Scalar > |
| Methods for solving GMRES' projected least-squares problem. More... | |
Namespaces | |
| namespace | Belos |
| namespace | details |
| Namespace containing implementation details of Belos solvers. | |
| namespace | Belos::details |
Enumerations | |
| enum | Belos::details::ERobustness { Belos::details::ROBUSTNESS_NONE , Belos::details::ROBUSTNESS_SOME , Belos::details::ROBUSTNESS_LOTS , Belos::details::ROBUSTNESS_INVALID } |
| Robustness level of projected least-squares solver operations. More... | |
Functions | |
| std::string | Belos::details::robustnessEnumToString (const ERobustness x) |
| Convert the given ERobustness enum value to a string. | |
| ERobustness | Belos::details::robustnessStringToEnum (const std::string &x) |
| Convert the given robustness string value to an ERobustness enum. | |
| Teuchos::RCP< Teuchos::ParameterEntryValidator > | Belos::details::robustnessValidator () |
| Make a ParameterList validator for ERobustness. | |
Methods for solving GMRES' projected least-squares problem.
Definition in file BelosProjectedLeastSquaresSolver.hpp.
1.9.8