summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/Matrix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Numeric/Matrix.hs')
-rw-r--r--packages/base/src/Numeric/Matrix.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/base/src/Numeric/Matrix.hs b/packages/base/src/Numeric/Matrix.hs
index 3478aae..962ee84 100644
--- a/packages/base/src/Numeric/Matrix.hs
+++ b/packages/base/src/Numeric/Matrix.hs
@@ -7,12 +7,11 @@
7----------------------------------------------------------------------------- 7-----------------------------------------------------------------------------
8-- | 8-- |
9-- Module : Numeric.Matrix 9-- Module : Numeric.Matrix
10-- Copyright : (c) Alberto Ruiz 2010 10-- Copyright : (c) Alberto Ruiz 2014
11-- License : GPL-style 11-- License : BSD3
12-- 12--
13-- Maintainer : Alberto Ruiz <aruiz@um.es> 13-- Maintainer : Alberto Ruiz
14-- Stability : provisional 14-- Stability : provisional
15-- Portability : portable
16-- 15--
17-- Provides instances of standard classes 'Show', 'Read', 'Eq', 16-- Provides instances of standard classes 'Show', 'Read', 'Eq',
18-- 'Num', 'Fractional', and 'Floating' for 'Matrix'. 17-- 'Num', 'Fractional', and 'Floating' for 'Matrix'.