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

grid structure data More...

#include <grid.h>

Data Fields

int * r_shape
 r_shape in malloc 1d data More...
 
double * p_r_nums
 p_r_nums in malloc 1d data More...
 
int size
 the length of malloc p_r_nums More...
 
int ndim
 the length of r_shape More...
 

Detailed Description

grid structure data

Field Documentation

◆ ndim

int ndim

the length of r_shape

◆ p_r_nums

double* p_r_nums

p_r_nums in malloc 1d data

◆ r_shape

int* r_shape

r_shape in malloc 1d data

◆ size

int size

the length of malloc p_r_nums


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