diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-06-27 17:24:37 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-06-27 17:24:37 +0000 |
commit | deb17122b5804d04b06cc830f5aa121e739eaf21 (patch) | |
tree | 75834f13b68273faee07d86d2e3d5a3d965fddc5 /lib/Numeric/LinearAlgebra/Instances.hs | |
parent | fe795ee9b1e71666d408879ce30fe6d4ca80830e (diff) |
tested with ghc-6.8.3
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Instances.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Instances.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
9 | Stability : provisional | 9 | Stability : provisional |
10 | Portability : portable | 10 | Portability : portable |
11 | 11 | ||
12 | This module exports Show, Eq, Num, Fractional, and Floating instances for Vector and Matrix. | 12 | This module exports Show, Read, Eq, Num, Fractional, and Floating instances for Vector and Matrix. |
13 | 13 | ||
14 | In the context of the standard numeric operators, one-component vectors and matrices automatically expand to match the dimensions of the other operand. | 14 | In the context of the standard numeric operators, one-component vectors and matrices automatically expand to match the dimensions of the other operand. |
15 | 15 | ||