Belos Package Browser (Single Doxygen Collection)
Development
|
Declaration of basic traits for the multivector type. More...
#include "BelosTypes.hpp"
#include "BelosStubTsqrAdapter.hpp"
#include "Teuchos_Range1D.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
Go to the source code of this file.
Classes | |
class | Belos::UndefinedMultiVecTraits< ScalarType, MV > |
Used by MultiVecTraits to report lack of a specialization. More... | |
class | Belos::MultiVecTraits< ScalarType, MV > |
Traits class which defines basic operations on multivectors. More... | |
Namespaces | |
Belos | |
Declaration of basic traits for the multivector type.
Belos::MultiVecTraits declares basic traits for the multivector type MV used in Belos's orthogonalizations and solvers. A specialization of MultiVecTraits that defines all the traits must be made for each specific multivector type. Here, we only provide default definitions that fail at compile time if no specialization of MultiVecTraits exists for the given combination of scalar type (ScalarType) and multivector type (MV).
Definition in file BelosMultiVecTraits.hpp.