ndarray
NumPy-friendly multidimensional arrays in C++
|
Simple structure defining a noncontiguous range of indices. More...
#include <views.h>
Public Member Functions | |
Slice (Size start_, Size stop_, Offset step_) | |
Size | computeSize () const |
Public Attributes | |
Size | start |
Size | stop |
Offset | step |
Simple structure defining a noncontiguous range of indices.