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 double width() const
Definition: bounds.hpp:19
KOKKOS_INLINE_FUNCTION double bound(double v) const
Definition: bounds.hpp:23
KOKKOS_INLINE_FUNCTION Bounds()
Definition: bounds.hpp:8
Bounds(double min_in, double max_in)
Definition: bounds.hpp:10
double min_
Definition: bounds.hpp:5
double max_
Definition: bounds.hpp:6
KOKKOS_INLINE_FUNCTION bool is_outside(double v) const
Definition: bounds.hpp:15