8     KOKKOS_INLINE_FUNCTION 
Bounds(){}
 
   16         return ( v<min_ || v>
max_);
 
   19     KOKKOS_INLINE_FUNCTION 
double width()
 const{
 
   23     KOKKOS_INLINE_FUNCTION 
double bound(
double v)
 const{
 
KOKKOS_INLINE_FUNCTION bool is_outside(double v) const
Definition: bounds.hpp:15
 
KOKKOS_INLINE_FUNCTION double width() const
Definition: bounds.hpp:19
 
Bounds(double min_in, double max_in)
Definition: bounds.hpp:10
 
KOKKOS_INLINE_FUNCTION Bounds()
Definition: bounds.hpp:8
 
KOKKOS_INLINE_FUNCTION double bound(double v) const
Definition: bounds.hpp:23
 
double max_
Definition: bounds.hpp:6
 
double min_
Definition: bounds.hpp:5