|
Belos Package Browser (Single Doxygen Collection)
Development
|
Belos concrete class for performing the RCG iteration. 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_LAPACK.hpp"#include "Teuchos_SerialDenseMatrix.hpp"#include "Teuchos_SerialDenseVector.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_TimeMonitor.hpp"#include <fstream>#include <iomanip>

Go to the source code of this file.
Classes | |
| struct | Belos::RCGIterState< ScalarType, MV > |
| Structure to contain pointers to RCGIter state variables. More... | |
| class | Belos::RCGIter< ScalarType, MV, OP > |
| This class implements the RCG iteration, where a single-std::vector Krylov subspace is constructed. More... | |
Namespaces | |
| Belos | |
Belos concrete class for performing the RCG iteration.
Definition in file BelosRCGIter.hpp.
1.8.5