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

#include <nda/layout/range.hpp>

Detailed Description

Mimics Python's ... syntax.

While itertools's range::all_t mimics Python's :, ellipsis mimics Python's .... It is repeated as much as necessary to match the number of dimensions of an array/view when used to access elements/slices.

Definition at line 49 of file range.hpp.

Inherits range::all_t.


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