TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/layout/policies.hpp>
Strided (non-contiguous) layout policy with Fortran-order (column-major order).
The first dimension varies the fastest, the last dimension varies the slowest.
Definition at line 95 of file policies.hpp.
Public Types | |
using | contiguous_t = F_layout |
The same layout policy, but with guarantee of contiguity. | |
template<int Rank> | |
using | mapping = idx_map<Rank, 0, Fortran_stride_order<Rank>, layout_prop_e::none> |
Multi-dimensional to flat index mapping. | |
using | with_lowest_guarantee_t = F_stride_layout |
The same layout policy, but with no guarantee of contiguity. | |