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

Data Fields

int dim1
 
int dim2
 
int dim3
 
double * data
 

Detailed Description

to store info regarding 3D arrays

Field Documentation

◆ data

double* array_3d::data

pointer to data

◆ dim1

int array_3d::dim1

lengths of first dimension

◆ dim2

int array_3d::dim2

lengths of second dimension

◆ dim3

int array_3d::dim3

lengths of thirddimension


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