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
 

Detailed Description

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

Definition at line 299 of file BinaryFunctors.h.

Member Typedef Documentation

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 301 of file BinaryFunctors.h.

Member Function Documentation

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 312 of file BinaryFunctors.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:46