Tpetra parallel linear algebra
Version of the Day
|
Implementation details of implementation details. More...
Classes | |
struct | OutOfBounds |
Is x out of bounds? That is, is x less than zero, or greater than or equal to the given exclusive upper bound? More... | |
Functions | |
template<class IntegerType > | |
KOKKOS_INLINE_FUNCTION bool | outOfBounds (const IntegerType x, const IntegerType exclusiveUpperBound) |
Is x out of bounds? That is, is x less than zero, or greater than or equal to the given exclusive upper bound? More... | |
Implementation details of implementation details.
KOKKOS_INLINE_FUNCTION bool Tpetra::KokkosRefactor::Details::Impl::outOfBounds | ( | const IntegerType | x, |
const IntegerType | exclusiveUpperBound | ||
) |
Is x out of bounds? That is, is x less than zero, or greater than or equal to the given exclusive upper bound?
Definition at line 109 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels.hpp.