|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
This is the complete list of members for RAJA::LeftFoldReduce< T, BinaryOp >, including all inherited members.
| combine(T value) | RAJA::LeftFoldReduce< T, BinaryOp > | inline |
| get() const | RAJA::LeftFoldReduce< T, BinaryOp > | inline |
| get_and_reset(T init=BinaryOp::identity()) | RAJA::LeftFoldReduce< T, BinaryOp > | inline |
| LeftFoldReduce(T init=BinaryOp::identity(), BinaryOp op=BinaryOp {}) noexcept | RAJA::LeftFoldReduce< T, BinaryOp > | inlineexplicit |
| operator+=(T value) | RAJA::LeftFoldReduce< T, BinaryOp > | inline |
| reset(T init=BinaryOp::identity()) noexcept | RAJA::LeftFoldReduce< T, BinaryOp > | inline |