diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-05-11 09:07:52 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-05-11 09:07:52 +0000 |
commit | aa8debb5ab389de7bc5b47c5ae5f038349b6efc1 (patch) | |
tree | ceb1ae6932ef0769616089fd05a7ba099b9a5b30 /lib/Numeric/LinearAlgebra/Linear.hs | |
parent | 0c1b8611b9cc55cc646c708b63442f3aaac1249d (diff) |
simplify modules
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Linear.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Linear.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Linear.hs b/lib/Numeric/LinearAlgebra/Linear.hs index 7e23745..2568410 100644 --- a/lib/Numeric/LinearAlgebra/Linear.hs +++ b/lib/Numeric/LinearAlgebra/Linear.hs | |||
@@ -21,7 +21,7 @@ module Numeric.LinearAlgebra.Linear ( | |||
21 | import Data.Packed | 21 | import Data.Packed |
22 | import Numeric.GSL.Vector | 22 | import Numeric.GSL.Vector |
23 | 23 | ||
24 | -- | A generic interface for vectors and matrices to a few element-by-element functions in Numeric.GSL.Vector. | 24 | -- | Basic element-by-element functions. |
25 | class (Container c e) => Linear c e where | 25 | class (Container c e) => Linear c e where |
26 | -- | create a structure with a single element | 26 | -- | create a structure with a single element |
27 | scalar :: e -> c e | 27 | scalar :: e -> c e |