Eigen::internal::log1p_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::log1p_impl< Scalar >::run ( const Scalar x)
inlinestatic
512  {
514  return log1p(x);
515  }
#define EIGEN_USING_STD(FUNC)
Definition: Macros.h:1090
EIGEN_DEVICE_FUNC Scalar log1p(const Scalar &x)
Definition: MathFunctions.h:496
list x
Definition: plotDoE.py:28

References EIGEN_USING_STD, Eigen::internal::std_fallback::log1p(), and plotDoE::x.


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