Angka
0.0.1
A C library focusing on data manipulation and visualization
|
creating matrix data type in this library More...
#include <matrix.h>
Data Fields | |
double * | p_r_nums |
array of the matrix More... | |
int | r_shape [2] |
shape of the matrix (m x n) More... | |
int | size |
size of the matrix More... | |
creating matrix data type in this library
after this struct is created, we need to delete unused using agx_matrix_delete. Usually we call this struct using its typedef AgxMatrix
double* p_r_nums |
array of the matrix
int r_shape[2] |
shape of the matrix (m x n)
int size |
size of the matrix