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 | |
parent | 9c087c435a5c8762fa66458899a36ac505e45128 (diff) |
list instances in documentation for Numeric.Vector/Matrix
Diffstat (limited to 'lib/Numeric')
-rw-r--r-- | lib/Numeric/Matrix.hs | 3 | ||||
-rw-r--r-- | lib/Numeric/Vector.hs | 3 |
2 files changed, 6 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 ( |
diff --git a/lib/Numeric/Vector.hs b/lib/Numeric/Vector.hs index bd356b1..3d7f350 100644 --- a/lib/Numeric/Vector.hs +++ b/lib/Numeric/Vector.hs | |||
@@ -15,6 +15,9 @@ | |||
15 | -- | 15 | -- |
16 | -- Numeric instances and functions for 'Vector'. | 16 | -- Numeric instances and functions for 'Vector'. |
17 | -- | 17 | -- |
18 | -- Provides instances of standard classes 'Show', 'Read', 'Eq', | ||
19 | -- 'Num', 'Fractional', and 'Floating' for 'Vector'. | ||
20 | -- | ||
18 | ----------------------------------------------------------------------------- | 21 | ----------------------------------------------------------------------------- |
19 | 22 | ||
20 | module Numeric.Vector ( | 23 | module Numeric.Vector ( |