Public Types | Public Member Functions | List of all members
Eigen::internal::scalar_pow_op< Scalar, Exponent > Struct Template Reference

#include <BinaryFunctors.h>

Inheritance diagram for Eigen::internal::scalar_pow_op< Scalar, Exponent >:
Inheritance graph
[legend]

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
 

Detailed Description

template<typename Scalar, typename Exponent>
struct Eigen::internal::scalar_pow_op< Scalar, Exponent >

Definition at line 304 of file BinaryFunctors.h.

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

Definition at line 306 of file BinaryFunctors.h.

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

Definition at line 318 of file BinaryFunctors.h.

◆ 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

Definition at line 321 of file BinaryFunctors.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:22