#include <af/defines.h>Go to the source code of this file.
| Data Structures | |
| struct | af_seq | 
| C-style struct to creating sequences for indexing.  More... | |
| class | seq | 
| seq is used to create sequences for indexing af::array  More... | |
| Namespaces | |
| namespace | af | 
| Typedefs | |
| typedef struct af_seq | af_seq | 
| Functions | |
| af_seq | af_make_seq (double begin, double end, double step) | 
| Create a new af_seq object. | |
| Variables | |
| static const af_seq | af_span = {1, 1, 0} | 
| int | end | 
| A special value representing the last value of an axis. | |
| seq | span | 
| A special value representing the entire axis of an af::array. | |
| typedef struct af_seq af_seq |