29 #ifndef __Anasazi_TsqrAdaptor_hpp 30 #define __Anasazi_TsqrAdaptor_hpp 32 #include "TsqrAdaptor.hpp" 33 #include "TsqrRandomizer.hpp" 41 template<
class ScalarType,
class MultiVectorType >
45 typedef TSQR::Trilinos::TsqrAdaptor<
typename MultiVectorType::scalar_type,
46 typename MultiVectorType::local_ordinal_type,
47 typename MultiVectorType::global_ordinal_type,
48 typename MultiVectorType::node_type > adaptor_type;
61 #endif // __Anasazi_TsqrAdaptor_hpp Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package...
Map from multivector class to TSQR adaptor class.