Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
BelosMultiVecTraits.hpp File Reference

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"
Include dependency graph for BelosMultiVecTraits.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.