[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: msefftw.pas line 54
type fftw_flag = ( |
fftw_measure, |
fftw_destroy_input, |
fftw_unaligned, |
fftw_conserve_memory, |
fftw_exhaustive, |
fftw_preserve_input, |
fftw_patient, |
fftw_estimate |
); |