#include <BinaryFunctors.h>
Public Types | |
typedef ScalarBinaryOpTraits< Scalar, Exponent, scalar_pow_op >::ReturnType | result_type |
Public Types inherited from Eigen::internal::binary_op_base< Scalar, Exponent > | |
typedef Scalar | first_argument_type |
typedef Exponent | second_argument_type |
Public Member Functions | |
EIGEN_DEVICE_FUNC result_type | operator() (const Scalar &a, const Exponent &b) const |
template<typename Packet > | |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Packet | packetOp (const Packet &a, const Packet &b) const |
Definition at line 304 of file BinaryFunctors.h.
typedef ScalarBinaryOpTraits<Scalar,Exponent,scalar_pow_op>::ReturnType Eigen::internal::scalar_pow_op< Scalar, Exponent >::result_type |
Definition at line 306 of file BinaryFunctors.h.
|
inline |
Definition at line 318 of file BinaryFunctors.h.
|
inline |
Definition at line 321 of file BinaryFunctors.h.