Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations | Functions
BelosProjectedLeastSquaresSolver.hpp File Reference

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"
Include dependency graph for BelosProjectedLeastSquaresSolver.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

 Belos
 
 details
 Namespace containing implementation details of Belos solvers.
 
 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. More...
 
ERobustness Belos::details::robustnessStringToEnum (const std::string &x)
 Convert the given robustness string value to an ERobustness enum. More...
 
Teuchos::RCP
< Teuchos::ParameterEntryValidator
Belos::details::robustnessValidator ()
 Make a ParameterList validator for ERobustness. More...
 

Detailed Description

Methods for solving GMRES' projected least-squares problem.

Author
Mark Hoemmen

Definition in file BelosProjectedLeastSquaresSolver.hpp.


Generated on Wed Mar 27 2024 09:25:08 for Belos by doxygen 1.8.5