diff liboctave/CNDArray.h @ 4773:ccfbd6047a54

[project @ 2004-02-16 19:02:32 by jwe]
author jwe
date Mon, 16 Feb 2004 19:02:33 +0000
parents e941e1470d7b
children d3bd9c04147f
line wrap: on
line diff
--- a/liboctave/CNDArray.h	Mon Feb 16 17:57:34 2004 +0000
+++ b/liboctave/CNDArray.h	Mon Feb 16 19:02:33 2004 +0000
@@ -94,6 +94,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;
+
   ComplexMatrix matrix_value (void) const;
 
   ComplexNDArray squeeze (void) const { return ArrayN<Complex>::squeeze (); }