RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Static Public Attributes | List of all members
RAJA::internal::CalcInversePermutationElem< I, J, N, Perm > Struct Template Reference

#include <Permutations.hpp>

Static Public Attributes

static constexpr camp::idx_t value
 

Member Data Documentation

◆ value

template<camp::idx_t I, camp::idx_t J, camp::idx_t N, typename Perm >
constexpr camp::idx_t RAJA::internal::CalcInversePermutationElem< I, J, N, Perm >::value
staticconstexpr
Initial value:
=
camp::seq_at<J, Perm>::value == I
? J
static constexpr camp::idx_t value
Definition: Permutations.hpp:205

The documentation for this struct was generated from the following file: