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

Simple structure defining a contiguous range of indices. More...

#include <views.h>

Public Member Functions

 Range (Size start_, Size stop_)
 

Public Attributes

Size start
 
Size stop
 

Detailed Description

Simple structure defining a contiguous range of indices.


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