PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::fp_consts Namespace Reference

Functions

KOKKOS_INLINE_FUNCTION fp_t min (void)
 
KOKKOS_INLINE_FUNCTION fp_t max (void)
 
KOKKOS_INLINE_FUNCTION consteval fp_t zero (void)
 
KOKKOS_INLINE_FUNCTION consteval fp_t one (void)
 
KOKKOS_INLINE_FUNCTION consteval fp_t epsilon (void)
 
auto set_precision (void)
 

Variables

constexpr unsigned int precision = std::numeric_limits<fp_t>::max_digits10
 

Function Documentation

◆ epsilon()

KOKKOS_INLINE_FUNCTION consteval fp_t PACMAN::fp_consts::epsilon ( void  )

Definition at line 98 of file types.hpp.

Referenced by PACMAN::RbfPum::SerialFillQ(), and PACMAN::RbfPum::SerialSVD().

◆ max()

◆ min()

KOKKOS_INLINE_FUNCTION fp_t PACMAN::fp_consts::min ( void  )

Definition at line 85 of file types.hpp.

◆ one()

◆ set_precision()

auto PACMAN::fp_consts::set_precision ( void  )
inline

Definition at line 101 of file types.hpp.

References precision.

Referenced by ArborX::operator<<(), and PACMAN::RbfPum::PrintView().

◆ zero()

Variable Documentation

◆ precision

constexpr unsigned int PACMAN::fp_consts::precision = std::numeric_limits<fp_t>::max_digits10
constexpr

Definition at line 100 of file types.hpp.

Referenced by set_precision().