David Mak
bbc68b8b1a
Based on 50f960ab
: core/ndstrides: implement ndarray iterator NDIter
A necessary utility to iterate through all elements in a possibly
strided ndarray.
8 lines
232 B
C++
8 lines
232 B
C++
#include "irrt/exception.hpp"
|
|
#include "irrt/list.hpp"
|
|
#include "irrt/math.hpp"
|
|
#include "irrt/ndarray.hpp"
|
|
#include "irrt/slice.hpp"
|
|
#include "irrt/ndarray/basic.hpp"
|
|
#include "irrt/ndarray/def.hpp"
|
|
#include "irrt/ndarray/iter.hpp" |