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 +- lib/Numeric/GSL/Matrix.hs | 2 +- lib/Numeric/LinearAlgebra/Instances.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Numeric') 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)]@ -} diff --git a/lib/Numeric/GSL/Matrix.hs b/lib/Numeric/GSL/Matrix.hs index 370356f..cb3fa8f 100644 --- a/lib/Numeric/GSL/Matrix.hs +++ b/lib/Numeric/GSL/Matrix.hs @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable (uses FFI) -- --- A few linear algebra computations based on the Numeric.GSL (). +-- A few linear algebra computations based on GSL. -- ----------------------------------------------------------------------------- -- #hide diff --git a/lib/Numeric/LinearAlgebra/Instances.hs b/lib/Numeric/LinearAlgebra/Instances.hs index 8e11d78..91467ad 100644 --- a/lib/Numeric/LinearAlgebra/Instances.hs +++ b/lib/Numeric/LinearAlgebra/Instances.hs @@ -9,7 +9,7 @@ Maintainer : Alberto Ruiz (aruiz at um dot es) Stability : provisional Portability : portable -This module exports Show, Eq, Num, Fractional, and Floating instances for Vector and Matrix. +This module exports Show, Read, Eq, Num, Fractional, and Floating instances for Vector and Matrix. In the context of the standard numeric operators, one-component vectors and matrices automatically expand to match the dimensions of the other operand. -- cgit v1.2.3