MAOS
Multithreaded Adaptive Optics Simulator
Loading...
Searching...
No Matches
lmat Struct Reference
+ Collaboration diagram for lmat:

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)
 

Field Documentation

◆ id

M_ID lmat::id

to identify the array type.

◆ p

long* __restrict lmat::p

The data pointer

◆ nx

long lmat::nx

number of rows

◆ ny

long lmat::ny

number of columns

◆ keywords

char* lmat::keywords

The keywords as a string

◆ fp

file_t* lmat::fp

Opened file to be saved to

◆ fft

struct fft_t* lmat::fft

<For FFT plan

◆ mem

mem_t* lmat::mem

Memory management

◆ async

async_t* lmat::async

async io

◆ deinit

void(* lmat::deinit) (cell *p)

for derived type to free additional field

◆ make_keywords

void(* lmat::make_keywords) (cell *p)

For derived type to update keywords


The documentation for this struct was generated from the following file: