Angka  0.0.1
A C library focusing on data manipulation and visualization
s_slice Struct Reference

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...
 

Detailed Description

a struct for slicing AgxMatrix and AgxVector data

it is used as a typedef for AgxSlice

Warning
it is still not implementing yet.

Field Documentation

◆ start

int start

the begin of value

◆ step

int step

the interval value

◆ stop

int stop

the end of value


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