|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
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 | |
to store info regarding 3D arrays