Searched refs:TMatrixT (Results 1 – 1 of 1) sorted by relevance
1 template<class Element> struct TMatrixT;2 typedef TMatrixT<double> TMatrixD;6 template<class Element> struct TMatrixT { struct7 template <class Element2> TMatrixT(const TMatrixT<Element2> &);8 ~TMatrixT() {} in ~TMatrixT() argument12 template struct TMatrixT<float>; argument13 template struct TMatrixT<double>;