|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <IndexLayout.hpp>
Public Member Functions | |
| IdxLin RAJA_INLINE constexpr RAJA_HOST_DEVICE | operator() (const IdxLin idx) const |
Public Attributes | |
| IdxLin * | index_list {nullptr} |
IndexList struct stores a pointer to an array containing the index list. Its call operator returns the entry at the input location (idx) of its index list.
|
inlineconstexpr |
| IdxLin* RAJA::IndexList< IdxLin >::index_list {nullptr} |