summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Matrix.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-06-27 17:24:37 +0000
committerAlberto Ruiz <aruiz@um.es>2008-06-27 17:24:37 +0000
commitdeb17122b5804d04b06cc830f5aa121e739eaf21 (patch)
tree75834f13b68273faee07d86d2e3d5a3d965fddc5 /lib/Numeric/GSL/Matrix.hs
parentfe795ee9b1e71666d408879ce30fe6d4ca80830e (diff)
tested with ghc-6.8.3
Diffstat (limited to 'lib/Numeric/GSL/Matrix.hs')
-rw-r--r--lib/Numeric/GSL/Matrix.hs2
1 files changed, 1 insertions, 1 deletions
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 @@
8-- Stability : provisional 8-- Stability : provisional
9-- Portability : portable (uses FFI) 9-- Portability : portable (uses FFI)
10-- 10--
11-- A few linear algebra computations based on the Numeric.GSL (<http://www.gnu.org/software/Numeric.GSL>). 11-- A few linear algebra computations based on GSL.
12-- 12--
13----------------------------------------------------------------------------- 13-----------------------------------------------------------------------------
14-- #hide 14-- #hide