Angka
0.0.1
A C library focusing on data manipulation and visualization
|
a struct for slicing AgxMatrix and AgxVector data More...
#include <init.h>
Data Fields | |
int | start |
the begin of value More... | |
int | step |
the interval value More... | |
int | stop |
the end of value More... | |
a struct for slicing AgxMatrix and AgxVector data
it is used as a typedef for AgxSlice
int start |
the begin of value
int step |
the interval value
int stop |
the end of value