42 #ifndef __Anasazi_TsqrAdaptor_hpp
43 #define __Anasazi_TsqrAdaptor_hpp
45 #include "TsqrAdaptor.hpp"
46 #include "TsqrRandomizer.hpp"
54 template<
class ScalarType,
class MultiVectorType >
58 typedef TSQR::Trilinos::TsqrAdaptor<
typename MultiVectorType::scalar_type,
59 typename MultiVectorType::local_ordinal_type,
60 typename MultiVectorType::global_ordinal_type,
61 typename MultiVectorType::node_type > adaptor_type;
74 #endif // __Anasazi_TsqrAdaptor_hpp
Map from multivector class to TSQR adaptor class.