Anasazi  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces
AnasaziMultiVecTraits.hpp File Reference

Declaration of basic traits for the multivector type. More...

#include "AnasaziTypes.hpp"
#include "AnasaziStubTsqrAdapter.hpp"
#include "Teuchos_Range1D.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"

Go to the source code of this file.

Classes

class  Anasazi::UndefinedMultiVecTraits< ScalarType, MV >
 Used by MultiVecTraits to report lack of a specialization. More...
 
class  Anasazi::MultiVecTraits< ScalarType, MV >
 Traits class which defines basic operations on multivectors. More...
 

Namespaces

 Anasazi
 Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package.
 

Detailed Description

Declaration of basic traits for the multivector type.

Anasazi::MultiVecTraits declares basic traits for the multivector type MV used in Anasazi'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 AnasaziMultiVecTraits.hpp.