summaryrefslogtreecommitdiff
path: root/lib/LinearAlgebra/Linear.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LinearAlgebra/Linear.hs')
-rw-r--r--lib/LinearAlgebra/Linear.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/LinearAlgebra/Linear.hs b/lib/LinearAlgebra/Linear.hs
index 2f1bc6f..85daa4a 100644
--- a/lib/LinearAlgebra/Linear.hs
+++ b/lib/LinearAlgebra/Linear.hs
@@ -12,6 +12,7 @@ Portability : uses ffi
12 12
13-} 13-}
14----------------------------------------------------------------------------- 14-----------------------------------------------------------------------------
15-- #hide
15 16
16module LinearAlgebra.Linear ( 17module LinearAlgebra.Linear (
17 Linear(..), 18 Linear(..),
@@ -24,7 +25,7 @@ import Data.Packed.Matrix
24import GSL.Vector 25import GSL.Vector
25import Complex 26import Complex
26 27
27 28-- | basic optimized operations
28class (Field e) => Linear c e where 29class (Field e) => Linear c e where
29 scale :: e -> c e -> c e 30 scale :: e -> c e -> c e
30 scaleRecip :: e -> c e -> c e 31 scaleRecip :: e -> c e -> c e