Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::scalar_pow_op< Scalar, Exponent > Struct Template Reference

#include <src/eigen/Eigen/src/Core/functors/BinaryFunctors.h>

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

Public Types

typedef ScalarBinaryOpTraits< Scalar, Exponent, scalar_pow_op >::ReturnType result_type
 
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
 

Detailed Description

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

Member Typedef Documentation

◆ first_argument_type

typedef Scalar Eigen::internal::binary_op_base< Scalar , Exponent >::first_argument_type
inherited

◆ result_type

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

◆ second_argument_type

typedef Exponent Eigen::internal::binary_op_base< Scalar , Exponent >::second_argument_type
inherited

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
305{ return numext::pow(a, b); }
EIGEN_DEVICE_FUNC internal::pow_impl< ScalarX, ScalarY >::result_type pow(const ScalarX &x, const ScalarY &y)
Definition MathFunctions.h:950

References Eigen::numext::pow().

+ Here is the call graph for this function:

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