Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::log1p_impl< Scalar > Struct Template Reference

#include <src/eigen/Eigen/src/Core/MathFunctions.h>

Static Public Member Functions

static Scalar run (const Scalar &x)
 

Detailed Description

template<typename Scalar>
struct Eigen::internal::log1p_impl< Scalar >

Member Function Documentation

◆ run()

template<typename Scalar >
static Scalar Eigen::internal::log1p_impl< Scalar >::run ( const Scalar &  x)
inlinestatic
481 {
483 #if EIGEN_HAS_CXX11_MATH
484 using std::log1p;
485 #endif
487 return log1p(x);
488 }
EIGEN_DEVICE_FUNC const Log1pReturnType log1p() const
Definition ArrayCwiseUnaryOps.h:119
#define EIGEN_STATIC_ASSERT_NON_INTEGER(TYPE)
Definition StaticAssert.h:184
EIGEN_DEVICE_FUNC Scalar log1p(const Scalar &x)
Definition MathFunctions.h:469

References EIGEN_STATIC_ASSERT_NON_INTEGER, log1p(), and Eigen::internal::std_fallback::log1p().

+ Here is the call graph for this function:

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