Belos Package Browser (Single Doxygen Collection)
Development
|
Belos concrete class for performing the pseudo-block BiCGStab 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_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::BiCGStabIterationState< ScalarType, MV > |
Structure to contain pointers to BiCGStabIteration state variables. More... | |
class | Belos::BiCGStabIter< ScalarType, MV, OP > |
This class implements the pseudo-block BiCGStab iteration, where the basic BiCGStab algorithm is performed on all of the linear systems simultaneously. More... | |
Namespaces | |
Belos | |
Belos concrete class for performing the pseudo-block BiCGStab iteration.
Definition in file BelosBiCGStabIter.hpp.