IMSL C# Numerical Library

ComplexFFT Constructor 

Constructs a complex FFT object.

public ComplexFFT(
   int n
);

Parameters

n
A int which specifies the array size that this object can handle.

See Also

ComplexFFT Class | Imsl.Math Namespace