Public Types | Static Public Member Functions | List of all members
Eigen::internal::pow_impl< ScalarX, ScalarY, IsInteger > Struct Template Reference

#include <MathFunctions.h>

Public Types

typedef ScalarBinaryOpTraits< ScalarX, ScalarY, internal::scalar_pow_op< ScalarX, ScalarY > >::ReturnType result_type
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC result_type run (const ScalarX &x, const ScalarY &y)
 

Detailed Description

template<typename ScalarX, typename ScalarY, bool IsInteger = NumTraits<ScalarX>::IsInteger&&NumTraits<ScalarY>::IsInteger>
struct Eigen::internal::pow_impl< ScalarX, ScalarY, IsInteger >

Definition at line 503 of file Eigen/src/Core/MathFunctions.h.

Member Typedef Documentation

template<typename ScalarX, typename ScalarY, bool IsInteger = NumTraits<ScalarX>::IsInteger&&NumTraits<ScalarY>::IsInteger>
typedef ScalarBinaryOpTraits<ScalarX,ScalarY,internal::scalar_pow_op<ScalarX,ScalarY> >::ReturnType Eigen::internal::pow_impl< ScalarX, ScalarY, IsInteger >::result_type

Definition at line 506 of file Eigen/src/Core/MathFunctions.h.

Member Function Documentation

template<typename ScalarX, typename ScalarY, bool IsInteger = NumTraits<ScalarX>::IsInteger&&NumTraits<ScalarY>::IsInteger>
static EIGEN_DEVICE_FUNC result_type Eigen::internal::pow_impl< ScalarX, ScalarY, IsInteger >::run ( const ScalarX &  x,
const ScalarY &  y 
)
inlinestatic

Definition at line 507 of file Eigen/src/Core/MathFunctions.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:56:31