Angka
0.0.1
A C library focusing on data manipulation and visualization
|
creating vector data type in this library More...
#include <vector.h>
Data Fields | |
double * | p_r_nums |
array of vector More... | |
int | size |
length of array More... | |
creating vector data type in this library
after this struct is created, we need to delete unused using agx_vector_delete. Usually we call this struct using its typedef AgxVector
double* p_r_nums |
array of vector
int size |
length of array