MOAB  4.9.3pre
Eigen::internal::scalar_binary_pow_op< Scalar, OtherScalar > Struct Template Reference

Template functor to compute the pow of two scalars. More...

#include <BinaryFunctors.h>

List of all members.

Public Member Functions

EIGEN_DEVICE_FUNC Scalar operator() (const Scalar &a, const OtherScalar &b) const

Detailed Description

template<typename Scalar, typename OtherScalar>
struct Eigen::internal::scalar_binary_pow_op< Scalar, OtherScalar >

Template functor to compute the pow of two scalars.

Definition at line 247 of file BinaryFunctors.h.


Member Function Documentation

template<typename Scalar , typename OtherScalar >
EIGEN_DEVICE_FUNC Scalar Eigen::internal::scalar_binary_pow_op< Scalar, OtherScalar >::operator() ( const Scalar &  a,
const OtherScalar &  b 
) const [inline]

Definition at line 250 of file BinaryFunctors.h.

{ return numext::pow(a, b); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines