10 #ifndef __Anasazi_TsqrAdaptor_hpp
11 #define __Anasazi_TsqrAdaptor_hpp
13 #include "TsqrAdaptor.hpp"
14 #include "TsqrRandomizer.hpp"
22 template<
class ScalarType,
class MultiVectorType >
26 typedef TSQR::Trilinos::TsqrAdaptor<
typename MultiVectorType::scalar_type,
27 typename MultiVectorType::local_ordinal_type,
28 typename MultiVectorType::global_ordinal_type,
29 typename MultiVectorType::node_type > adaptor_type;
42 #endif // __Anasazi_TsqrAdaptor_hpp
Map from multivector class to TSQR adaptor class.