Mercurial > hg > octave-nkf
diff liboctave/dNDArray.h @ 4773:ccfbd6047a54
[project @ 2004-02-16 19:02:32 by jwe]
author | jwe |
---|---|
date | Mon, 16 Feb 2004 19:02:33 +0000 |
parents | bec345670e56 |
children | d3bd9c04147f |
line wrap: on
line diff
--- a/liboctave/dNDArray.h +++ b/liboctave/dNDArray.h @@ -90,6 +90,15 @@ NDArray abs (void) const; + ComplexNDArray fourier (int dim = 1) const; + ComplexNDArray ifourier (int dim = 1) const; + + ComplexNDArray fourier2d (void) const; + ComplexNDArray ifourier2d (void) const; + + ComplexNDArray fourierNd (void) const; + ComplexNDArray ifourierNd (void) const; + friend NDArray real (const ComplexNDArray& a); friend NDArray imag (const ComplexNDArray& a);