TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
Provides an iterator for nda::basic_array and nda::basic_array_view types.
Definition in file iterators.hpp.
Go to the source code of this file.
Classes | |
class | nda::array_iterator< Rank, T, Pointer > |
Iterator for nda::basic_array and nda::basic_array_view types. More... | |
class | nda::array_iterator< 1, T, Pointer > |
Specialization of nda::array_iterator for 1-dimensional grids. More... | |