summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Interface.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-05-12 06:15:35 +0000
committerAlberto Ruiz <aruiz@um.es>2010-05-12 06:15:35 +0000
commitff8ba85a52acdd1e30f45ba73ae0c40986c8a9d4 (patch)
tree1c4ac1d9256a687817633fea426261d6a18ecc31 /lib/Numeric/LinearAlgebra/Interface.hs
parentaa8debb5ab389de7bc5b47c5ae5f038349b6efc1 (diff)
more simplification
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Interface.hs')
-rw-r--r--lib/Numeric/LinearAlgebra/Interface.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Numeric/LinearAlgebra/Interface.hs b/lib/Numeric/LinearAlgebra/Interface.hs
index 750670b..30547d9 100644
--- a/lib/Numeric/LinearAlgebra/Interface.hs
+++ b/lib/Numeric/LinearAlgebra/Interface.hs
@@ -9,9 +9,7 @@ Maintainer : Alberto Ruiz (aruiz at um dot es)
9Stability : provisional 9Stability : provisional
10Portability : portable 10Portability : portable
11 11
12Operators for frequent operations. 12Some useful operators, and Show, Read, Eq, Num, Fractional, and Floating instances for Vector and Matrix.
13
14This module exports Show, Read, Eq, Num, Fractional, and Floating instances for Vector and Matrix.
15 13
16In the context of the standard numeric operators, one-component vectors and matrices automatically expand to match the dimensions of the other operand. 14In the context of the standard numeric operators, one-component vectors and matrices automatically expand to match the dimensions of the other operand.
17 15