![]() |
MAOS
Multithreaded Adaptive Optics Simulator
|
Data Fields | |
M_ID | id |
long *__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 lmat::id |
to identify the array type.
long* __restrict lmat::p |
The data pointer
long lmat::nx |
number of rows
long lmat::ny |
number of columns
char* lmat::keywords |
The keywords as a string
file_t* lmat::fp |
Opened file to be saved to
struct fft_t* lmat::fft |
<For FFT plan
mem_t* lmat::mem |
Memory management
async_t* lmat::async |
async io