IMSL C# Numerical Library
FFT Constructor
Constructs an FFT object.
public FFT(
int
n
);
Parameters
n
A
int
which specifies the array size that this object can handle.
See Also
FFT Class
|
Imsl.Math Namespace