|
| template<typename Op , typename Result , typename... Args> |
| static TILEDARRAY_FORCE_INLINE void | gather_trans (Op &&op, Result *MADNESS_RESTRICT const result, const std::size_t arg_stride, const Args *MADNESS_RESTRICT const ... args) |
| |
| template<typename Op , typename Result > |
| static TILEDARRAY_FORCE_INLINE void | block_scatter (Op &&op, Result *const result, const Result *const arg, const std::size_t result_stride) |
| |
template<std::size_t N>
class TiledArray::math::TransposeUnwind< N >
Partial transpose algorithm automatic loop unwinding.
- Template Parameters
-
| N | The number of steps to unwind |
Definition at line 38 of file transpose.h.