|
MOAB
4.9.3pre
|
Template functor to compute the pow of two scalars. More...
#include <BinaryFunctors.h>
Public Member Functions | |
| EIGEN_DEVICE_FUNC Scalar | operator() (const Scalar &a, const OtherScalar &b) const |
Template functor to compute the pow of two scalars.
Definition at line 247 of file BinaryFunctors.h.
| 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); }