Belos Package Browser (Single Doxygen Collection)
Development
|
Belos concrete class for performing the block conjugate-gradient (CG) iteration. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosCGIteration.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosMatOrthoManager.hpp"
#include "BelosOutputManager.hpp"
#include "BelosStatusTest.hpp"
#include "BelosOperatorTraits.hpp"
#include "BelosMultiVecTraits.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_SerialSymDenseMatrix.hpp"
#include "Teuchos_SerialSpdDenseSolver.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
Go to the source code of this file.
Classes | |
class | Belos::BlockCGIter< ScalarType, MV, OP, lapackSupportsScalarType > |
Stub implementation of BlockCGIter, for ScalarType types for which Teuchos::LAPACK does NOT have a valid implementation. More... | |
class | Belos::BlockCGIter< ScalarType, MV, OP, true > |
Partial specialization for ScalarType types for which Teuchos::LAPACK has a valid implementation. More... | |
Namespaces | |
Belos | |
Belos concrete class for performing the block conjugate-gradient (CG) iteration.
Definition in file BelosBlockCGIter.hpp.