Home | History | Annotate | Download | only in Geometry

Lines Matching full:template

1 // This file is part of Eigen, a lightweight C++ template library
29 template<typename _Scalar, int _Dim>
101 template<typename OtherDerived>
105 template<typename Derived>
111 template<typename OtherDerived> friend
124 template<int Mode, int Options>
152 template<typename NewScalarType>
157 template<typename OtherScalarType>
159 { m_coeffs = other.vector().template cast<Scalar>(); }
178 template<typename Scalar, int Dim>
190 template<typename Scalar, int Dim>
191 template<typename OtherDerived>