loopx ~master (2021-05-08T03:18:30Z)
Dub
Repo
FftPlan
loopx
fftw
Undocumented in source.
struct
FftPlan {
this
(FftPlan );
~this
();
void
execute
();
static
FftPlan
makeForward
(double[] f, ComplexD[] xf, FftPlanStrategy plan_strategy);
static
FftPlan
makeInverse
(double[] f, ComplexD[] xf, FftPlanStrategy plan_strategy);
}
Constructors
this
this
(FftPlan )
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
execute
void
execute
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
makeForward
FftPlan
makeForward
(double[] f, ComplexD[] xf, FftPlanStrategy plan_strategy)
Undocumented in source.
makeInverse
FftPlan
makeInverse
(double[] f, ComplexD[] xf, FftPlanStrategy plan_strategy)
Undocumented in source.
Meta
Source
See Implementation
loopx
fftw
enums
FftPlanStrategy
functions
freeFftwArray
makeFftwArray
structs
FftBuffer
FftPlan
VectorAlloc