Belos
Version of the Day
|
Belos concrete class to iterate Preconditioned Conjugate Projected Gradients. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosMatOrthoManager.hpp"
#include "BelosOutputManager.hpp"
#include "BelosStatusTest.hpp"
#include "BelosOperatorTraits.hpp"
#include "BelosMultiVecTraits.hpp"
#include "BelosCGIteration.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
Go to the source code of this file.
Classes | |
struct | Belos::PCPGIterState< ScalarType, MV > |
Structure to contain pointers to PCPGIter state variables. More... | |
class | Belos::PCPGIter< ScalarType, MV, OP > |
This class implements the PCPG iteration, where a single-std::vector Krylov subspace is constructed. The documentation refers to blocks, but note that at this point, all blocks have unit dimension. More... | |
Namespaces | |
Belos | |
Belos concrete class to iterate Preconditioned Conjugate Projected Gradients.
Definition in file BelosPCPGIter.hpp.