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