Eigen::internal::log_impl< Scalar > Struct Template Reference

#include <MathFunctions.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC Scalar run (const Scalar &x)
 

Member Function Documentation

◆ run()

template<typename Scalar >
static EIGEN_DEVICE_FUNC Scalar Eigen::internal::log_impl< Scalar >::run ( const Scalar x)
inlinestatic
477  {
479  return static_cast<Scalar>(log(x));
480  }
#define EIGEN_USING_STD(FUNC)
Definition: Macros.h:1090
SCALAR Scalar
Definition: bench_gemm.cpp:45
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE T log(const T &x)
Definition: MathFunctions.h:1332
list x
Definition: plotDoE.py:28

References EIGEN_USING_STD, Eigen::numext::log(), and plotDoE::x.

Referenced by Eigen::numext::log(), and Eigen::internal::std_fallback::log1p().


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