diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-13 02:33:31 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-13 02:33:31 +0000 |
commit | 5323b5f9c5da53ab413202141667142e646897d4 (patch) | |
tree | 6ad4af22b626f780be7666684e187d0d61c79d77 /lib/Numeric/Matrix.hs | |
parent | 9c087c435a5c8762fa66458899a36ac505e45128 (diff) |
list instances in documentation for Numeric.Vector/Matrix
Diffstat (limited to 'lib/Numeric/Matrix.hs')
-rw-r--r-- | lib/Numeric/Matrix.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Numeric/Matrix.hs b/lib/Numeric/Matrix.hs index c766381..3d1ac94 100644 --- a/lib/Numeric/Matrix.hs +++ b/lib/Numeric/Matrix.hs | |||
@@ -19,6 +19,9 @@ | |||
19 | -- In the context of the standard numeric operators, one-component | 19 | -- In the context of the standard numeric operators, one-component |
20 | -- vectors and matrices automatically expand to match the dimensions of the other operand. | 20 | -- vectors and matrices automatically expand to match the dimensions of the other operand. |
21 | -- | 21 | -- |
22 | -- Provides instances of standard classes 'Show', 'Read', 'Eq', | ||
23 | -- 'Num', 'Fractional', and 'Floating' for 'Matrix'. | ||
24 | -- | ||
22 | ----------------------------------------------------------------------------- | 25 | ----------------------------------------------------------------------------- |
23 | 26 | ||
24 | module Numeric.Matrix ( | 27 | module Numeric.Matrix ( |