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

#include <SpecialFunctionsImpl.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar machep ()
 
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar big ()
 
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar biginv ()
 

Member Function Documentation

◆ big()

template<typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::internal::cephes_helper< Scalar >::big ( )
inlinestatic
769  {
770  eigen_assert(false && "big not supported for this type");
771  return 0.0;
772  }
#define eigen_assert(x)
Definition: Macros.h:910

References eigen_assert.

Referenced by Eigen::internal::igammac_cf_impl< Scalar, mode >::run().

◆ biginv()

template<typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::internal::cephes_helper< Scalar >::biginv ( )
inlinestatic
773  {
774  eigen_assert(false && "biginv not supported for this type");
775  return 0.0;
776  }

References eigen_assert.

Referenced by Eigen::internal::igammac_cf_impl< Scalar, mode >::run().

◆ machep()


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