ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ndarray::index::Slice Struct Reference

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
 

Detailed Description

Simple structure defining a noncontiguous range of indices.


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