diff options
Diffstat (limited to 'packages/base/src/Data/Packed/Matrix.hs')
-rw-r--r-- | packages/base/src/Data/Packed/Matrix.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/base/src/Data/Packed/Matrix.hs b/packages/base/src/Data/Packed/Matrix.hs index d94d167..b3be823 100644 --- a/packages/base/src/Data/Packed/Matrix.hs +++ b/packages/base/src/Data/Packed/Matrix.hs | |||
@@ -8,9 +8,8 @@ | |||
8 | -- | | 8 | -- | |
9 | -- Module : Data.Packed.Matrix | 9 | -- Module : Data.Packed.Matrix |
10 | -- Copyright : (c) Alberto Ruiz 2007-10 | 10 | -- Copyright : (c) Alberto Ruiz 2007-10 |
11 | -- License : GPL | 11 | -- License : BSD3 |
12 | -- | 12 | -- Maintainer : Alberto Ruiz |
13 | -- Maintainer : Alberto Ruiz <aruiz@um.es> | ||
14 | -- Stability : provisional | 13 | -- Stability : provisional |
15 | -- | 14 | -- |
16 | -- A Matrix representation suitable for numerical computations using LAPACK and GSL. | 15 | -- A Matrix representation suitable for numerical computations using LAPACK and GSL. |