![]() |
MAOS
Multithreaded Adaptive Optics Simulator
|
Collaboration diagram for zmat:Data Fields | |
| M_ID | id |
| fcomplex *__restrict | p |
| long | nx |
| long | ny |
| char * | keywords |
| file_t * | fp |
| struct fft_t * | fft |
| mem_t * | mem |
| async_t * | async |
| void(* | deinit )(cell *p) |
| void(* | make_keywords )(cell *p) |
| M_ID zmat::id |
to identify the array type.
| fcomplex* __restrict zmat::p |
The data pointer
| long zmat::nx |
number of rows
| long zmat::ny |
number of columns
| char* zmat::keywords |
The keywords as a string
| file_t* zmat::fp |
Opened file to be saved to
| struct fft_t* zmat::fft |
<For FFT plan
| mem_t* zmat::mem |
Memory management
| async_t* zmat::async |
async io