RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
RAJA
internal
CalcInversePermutationElem
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
static
constexpr
Initial value:
=
camp::seq_at<J, Perm>::value == I
? J
:
CalcInversePermutationElem<I, J + 1, N, Perm>::value
RAJA::internal::CalcInversePermutationElem::value
static constexpr camp::idx_t value
Definition:
Permutations.hpp:205
The documentation for this struct was generated from the following file:
/home/docs/checkouts/readthedocs.org/user_builds/raja/checkouts/v2025.12.2/include/RAJA/util/
Permutations.hpp
Generated by
1.9.1