From deb17122b5804d04b06cc830f5aa121e739eaf21 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 27 Jun 2008 17:24:37 +0000 Subject: tested with ghc-6.8.3 --- lib/Numeric/GSL/Fourier.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Numeric/GSL/Fourier.hs') diff --git a/lib/Numeric/GSL/Fourier.hs b/lib/Numeric/GSL/Fourier.hs index 98bfb9c..17439f1 100644 --- a/lib/Numeric/GSL/Fourier.hs +++ b/lib/Numeric/GSL/Fourier.hs @@ -35,7 +35,7 @@ foreign import ccall "gsl-aux.h fft" c_fft :: CInt -> TCVCV {- | Fast 1D Fourier transform of a 'Vector' @(@'Complex' 'Double'@)@ using /gsl_fft_complex_forward/. It uses the same scaling conventions as GNU Octave. -@> fft ('GSL.Matrix.fromList' [1,2,3,4]) +@> fft ('fromList' [1,2,3,4]) vector (4) [10.0 :+ 0.0,(-2.0) :+ 2.0,(-2.0) :+ 0.0,(-2.0) :+ (-2.0)]@ -} -- cgit v1.2.3