TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::F_stride_layout_str

#include <nda/layout/rect_str.hpp>

Detailed Description

Strided (non-contiguous) layout policy with Fortran-order (column-major order) and possible string indices.

The first dimension varies the fastest, the last dimension varies the slowest.

Definition at line 415 of file rect_str.hpp.

Public Types

using contiguous_t = F_layout_str
 The same layout policy, but with guarantee of contiguity.
 
template<int Rank>
using mapping = rect_str<Rank, 0, Fortran_stride_order<Rank>, layout_prop_e::none>
 Multi-dimensional to flat index mapping.
 
using with_lowest_guarantee_t = F_stride_layout_str
 The same layout policy, but with no guarantee of contiguity.
 

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