|
Belos Version of the Day
|
Declaration of basic traits for the multivector type. More...
#include "BelosTypes.hpp"#include "Teuchos_Range1D.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_SerialDenseMatrix.hpp"

Go to the source code of this file.
Classes | |
| struct | Belos::UndefinedMultiVecTraits< ScalarType, MV > |
This is the default struct used by MultiVecTraits<ScalarType, MV> class to produce a compile time error when the specialization does not exist for multivector type MV. More... | |
| class | Belos::MultiVecTraits< ScalarType, MV > |
| Virtual base class which defines basic traits for the multi-vector type. More... | |
Namespaces | |
| namespace | 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.
1.7.4