public class VectorIFFT extends Object implements com.google.common.base.Function<IComplexNDArray,IComplexNDArray>
Constructor and Description |
---|
VectorIFFT(int n)
Create a vector fft operation.
|
public VectorIFFT(int n)
n
- public IComplexNDArray apply(IComplexNDArray ndArray)
apply
in interface com.google.common.base.Function<IComplexNDArray,IComplexNDArray>
Copyright © 2014. All Rights Reserved.