Eigen::internal::cephes_helper< double > Struct Reference

#include <SpecialFunctionsImpl.h>

Static Public Member Functions

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

Member Function Documentation

◆ big()

799 { return 1.0 / NumTraits<double>::epsilon(); }
double epsilon
Definition: osc_ring_sarah_asymptotics.h:43

References oomph::SarahBL::epsilon.

◆ biginv()

800  {
801  // inverse of eps
803  }

References oomph::SarahBL::epsilon.

◆ machep()

796  {
797  return NumTraits<double>::epsilon() / 2; // 1.0 - machep == 1.0
798  }

References oomph::SarahBL::epsilon.


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