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