public static class ComplexArray
extends java.lang.Object
Interface for passing complex arrays to and from FFT routines. The intent is
that the complex array can be backed by data in any format. Each elements is
readable and writeable via get and set methods for the real and imaginary components.
- See Also:
- Serialized Form