WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::scalar_pow_op< Scalar, Exponent > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/functors/BinaryFunctors.h>

Inheritance diagram for Eigen::internal::scalar_pow_op< Scalar, Exponent >:
Eigen::internal::binary_op_base< Scalar, Exponent >

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 EIGEN_STRONG_INLINE const Packet packetOp (const Packet &a, const Packet &b) const
 

Member Typedef Documentation

◆ result_type

template<typename Scalar , typename Exponent >
typedef ScalarBinaryOpTraits<Scalar,Exponent,scalar_pow_op>::ReturnType Eigen::internal::scalar_pow_op< Scalar, Exponent >::result_type

Member Function Documentation

◆ operator()()

template<typename Scalar , typename Exponent >
EIGEN_DEVICE_FUNC result_type Eigen::internal::scalar_pow_op< Scalar, Exponent >::operator() ( const Scalar &  a,
const Exponent &  b 
) const
inline

◆ packetOp()

template<typename Scalar , typename Exponent >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet Eigen::internal::scalar_pow_op< Scalar, Exponent >::packetOp ( const Packet &  a,
const Packet &  b 
) const
inline

The documentation for this struct was generated from the following file: