HomeSort by relevance Sort by last modified time
    Searched refs:ei_transform_product_impl (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
All.h 62 #define ei_transform_product_impl eigen2_ei_transform_product_impl macro
77 #undef ei_transform_product_impl macro
Transform.h 23 struct ei_transform_product_impl;
166 inline const typename ei_transform_product_impl<OtherDerived,_Dim,_Dim+1>::ResultType
168 { return ei_transform_product_impl<OtherDerived,Dim,HDim>::run(*this,other.derived()); }
740 struct ei_transform_product_impl<Other,Dim,HDim, HDim,HDim> struct in namespace:Eigen
750 struct ei_transform_product_impl<Other,Dim,HDim, Dim,Dim> struct in namespace:Eigen
766 struct ei_transform_product_impl<Other,Dim,HDim, HDim,1> struct in namespace:Eigen
776 struct ei_transform_product_impl<Other,Dim,HDim, Dim,1> struct in namespace:Eigen

Completed in 57 milliseconds