Lines Matching full:template
1 // This file is part of Eigen, a lightweight C++ template library
13 template <typename T>
20 template < typename T>
28 template <typename VT1,typename VT2>
50 template <typename VT1,typename VT2>
65 template<int Container, typename Scalar> struct VectorType;
67 template<typename Scalar> struct VectorType<StdVectorContainer,Scalar>
72 template<typename Scalar> struct VectorType<EigenVectorContainer,Scalar>
77 template <int Container, typename T>
132 template <typename T>
140 template <int Container, typename T>
174 template <typename T>
181 template <typename T,int nrows,int ncols>