Elément
|
Description
|
array
|
Pointeur vers la structure COMPLEXARRAY qui doit être remplie avec les informations sur un tableau.
La structure COMPLEXARRAY a la forme suivante :
typedef struct tagCOMPLEXARRAY {
unsigned int rows; unsigned int cols; double **hReal; double **hImag; } COMPLEXARRAY; |