Searched refs:homogeneous_right_product_impl (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h56 template<typename MatrixType,typename Rhs> struct homogeneous_right_product_impl;
284 struct traits<homogeneous_right_product_impl<Homogeneous<MatrixType,Horizontal>,Rhs> >
295 struct homogeneous_right_product_impl<Homogeneous<MatrixType,Horizontal>,Rhs> struct in namespace:Eigen::internal
296 : public ReturnByValue<homogeneous_right_product_impl<Homogeneous<MatrixType,Horizontal>,Rhs> >
299 EIGEN_DEVICE_FUNC homogeneous_right_product_impl(const MatrixType& lhs, const Rhs& rhs) function in struct:Eigen::internal::homogeneous_right_product_impl
389 homogeneous_right_product_impl<Homogeneous<LhsArg,Horizontal>, Rhs>(lhs.nestedExpression(), rhs).evalTo(dst);

Completed in 50 milliseconds