diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-10-19 09:39:06 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-10-19 09:39:06 +0000 |
commit | 1a9c07dd1fffdbd7eb939fa6a781793419947c08 (patch) | |
tree | 849f7206f3179b60b19a6e986809b108381c9414 /lib/Numeric/GSL/Vector.hs | |
parent | f71bcb5b4fbc68f514acc05005cc96932ced32dc (diff) |
some refactoring
Diffstat (limited to 'lib/Numeric/GSL/Vector.hs')
-rw-r--r-- | lib/Numeric/GSL/Vector.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/Vector.hs b/lib/Numeric/GSL/Vector.hs index 41efdc0..d94b377 100644 --- a/lib/Numeric/GSL/Vector.hs +++ b/lib/Numeric/GSL/Vector.hs | |||
@@ -9,7 +9,7 @@ | |||
9 | -- Stability : provisional | 9 | -- Stability : provisional |
10 | -- Portability : portable (uses FFI) | 10 | -- Portability : portable (uses FFI) |
11 | -- | 11 | -- |
12 | -- Vector operations | 12 | -- Low level interface to vector operations. |
13 | -- | 13 | -- |
14 | ----------------------------------------------------------------------------- | 14 | ----------------------------------------------------------------------------- |
15 | 15 | ||