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

/external/eigen/Eigen/src/Core/
H A DGlobalFunctions.h60 inline const Eigen::CwiseBinaryOp<Eigen::internal::scalar_binary_pow_op<typename Derived::Scalar, typename Derived::Scalar>, const Derived, const Derived>
63 return Eigen::CwiseBinaryOp<Eigen::internal::scalar_binary_pow_op<typename Derived::Scalar, typename Derived::Scalar>, const Derived, const Derived>(
H A DFunctors.h172 template<typename Scalar, typename OtherScalar> struct scalar_binary_pow_op { struct in namespace:Eigen::internal
173 EIGEN_EMPTY_STRUCT_CTOR(scalar_binary_pow_op)
177 struct functor_traits<scalar_binary_pow_op<Scalar,OtherScalar> > {

Completed in 735 milliseconds