diff options
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 ( |