Tpetra parallel linear algebra
Version of the Day
|
Is x out of bounds? That is, is x less than zero, or greater than or equal to the given exclusive upper bound? More...
#include <Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels.hpp>
Is x out of bounds? That is, is x less than zero, or greater than or equal to the given exclusive upper bound?
We go through all this trouble to avoid the compiler warnings that may result from asking whether x is less than zero, when x is an unsigned integer.
Definition at line 52 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels.hpp.