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

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

Detailed Description

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

Field Documentation

◆ p_r_nums

double* p_r_nums

array of vector

◆ size

int size

length of array


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