fftw.ffi vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
fftw_free-destructor alien-destructor


Symbol words
fftw_complex
fftw_plan


Ordinary words
WordStack effect
&fftw_free( alien -- alien )
<fftw_free-destructor>( alien -- destructor )
FFTW_BACKWARD( -- value )
FFTW_CONSERVE_MEMORY( -- value )
FFTW_DESTROY_INPUT( -- value )
FFTW_ESTIMATE( -- value )
FFTW_EXHAUSTIVE( -- value )
FFTW_FORWARD( -- value )
FFTW_MEASURE( -- value )
FFTW_PATIENT( -- value )
FFTW_PRESERVE_INPUT( -- value )
FFTW_UNALIGNED( -- value )
fftw_destroy_plan( p -- )
fftw_execute( p -- )
fftw_free( p -- )
fftw_malloc( n -- void* )
fftw_plan_dft_1d( n in out sign flags -- fftw_plan )
|fftw_free( alien -- alien )


Class predicate words
WordStack effect
fftw_free-destructor?( object -- ? )


Files