Template functor to compute the pow of two scalars See the specification of pow in https://en.cppreference.com/w/cpp/numeric/math/pow.
More...
#include <BinaryFunctors.h>
template<typename Scalar, typename Exponent>
struct Eigen::internal::scalar_pow_op< Scalar, Exponent >
Template functor to compute the pow of two scalars See the specification of pow in https://en.cppreference.com/w/cpp/numeric/math/pow.
◆ result_type
template<typename Scalar , typename Exponent >
◆ operator()()
template<typename Scalar , typename Exponent >
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32
EIGEN_DEVICE_FUNC internal::pow_impl< ScalarX, ScalarY >::result_type pow(const ScalarX &x, const ScalarY &y)
Definition: MathFunctions.h:1161
References a, b, and Eigen::numext::pow().
◆ packetOp()
template<typename Scalar , typename Exponent >
template<typename Packet >
EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS Packet generic_pow(const Packet &x, const Packet &y)
Definition: GenericPacketMathFunctions.h:2043
References a, b, and Eigen::internal::generic_pow().
The documentation for this struct was generated from the following file: