Searched defs:transform_right_product_impl (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DTransform.h36 struct transform_right_product_impl;
399 EIGEN_STRONG_INLINE const typename internal::transform_right_product_impl<Transform, OtherDerived>::ResultType
401 { return internal::transform_right_product_impl<Transform, OtherDerived>::run(*this,other.derived()); }
1233 struct transform_right_product_impl< TransformType, MatrixType, 0 > struct in namespace:Eigen::internal
1244 struct transform_right_product_impl< TransformType, MatrixType, 1 > struct in namespace:Eigen::internal
1270 struct transform_right_product_impl< TransformType, MatrixType, 2 > struct in namespace:Eigen::internal

Completed in 68 milliseconds