Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
array_3d Struct Reference

to store info regarding 3D arrays More...

Data Fields

int dim1
 lengths of first dimension
 
int dim2
 lengths of second dimension
 
int dim3
 lengths of thirddimension
 
double * data
 pointer to data
 

Detailed Description

to store info regarding 3D arrays


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