diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-21 02:56:15 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-21 02:56:15 +0000 |
commit | 44d228ad83e876d45d1511761d7cd61bb2cd5c79 (patch) | |
tree | 974020d2bbf1b6da1d761dda3bc1d65f5a78ab58 /lib/Numeric/Conversion.hs | |
parent | 05908719a7323110ba1955038d8341a8b7483351 (diff) |
add MatrixBoot so ctrans, diag, ident in Numeri
Diffstat (limited to 'lib/Numeric/Conversion.hs')
-rw-r--r-- | lib/Numeric/Conversion.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Numeric/Conversion.hs b/lib/Numeric/Conversion.hs index fbf608a..8941451 100644 --- a/lib/Numeric/Conversion.hs +++ b/lib/Numeric/Conversion.hs | |||
@@ -7,15 +7,15 @@ | |||
7 | 7 | ||
8 | ----------------------------------------------------------------------------- | 8 | ----------------------------------------------------------------------------- |
9 | -- | | 9 | -- | |
10 | -- Module : Numeric.Container | 10 | -- Module : Numeric.Conversion |
11 | -- Copyright : (c) Alberto Ruiz 2007 | 11 | -- Copyright : (c) Alberto Ruiz 2010 |
12 | -- License : GPL-style | 12 | -- License : GPL-style |
13 | -- | 13 | -- |
14 | -- Maintainer : Alberto Ruiz <aruiz@um.es> | 14 | -- Maintainer : Alberto Ruiz <aruiz@um.es> |
15 | -- Stability : provisional | 15 | -- Stability : provisional |
16 | -- Portability : portable | 16 | -- Portability : portable |
17 | -- | 17 | -- |
18 | -- Numeric classes for containers of numbers, including conversion routines | 18 | -- Conversion routines |
19 | -- | 19 | -- |
20 | ----------------------------------------------------------------------------- | 20 | ----------------------------------------------------------------------------- |
21 | 21 | ||