summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/CG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Internal/CG.hs')
-rw-r--r--packages/base/src/Internal/CG.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/base/src/Internal/CG.hs b/packages/base/src/Internal/CG.hs
index 1193b18..fd14212 100644
--- a/packages/base/src/Internal/CG.hs
+++ b/packages/base/src/Internal/CG.hs
@@ -16,7 +16,6 @@ import Internal.Sparse
16import Numeric.Vector() 16import Numeric.Vector()
17import Internal.Algorithms(linearSolveLS, relativeError, pnorm, NormType(..)) 17import Internal.Algorithms(linearSolveLS, relativeError, pnorm, NormType(..))
18import Control.Arrow((***)) 18import Control.Arrow((***))
19import Data.Vector.Storable(fromList)
20 19
21{- 20{-
22import Util.Misc(debug, debugMat) 21import Util.Misc(debug, debugMat)
@@ -30,7 +29,6 @@ infix 0 ///
30v /// b = debugMat b 2 asRow v 29v /// b = debugMat b 2 asRow v
31-} 30-}
32 31
33type R = Double
34type V = Vector R 32type V = Vector R
35 33
36data CGState = CGState 34data CGState = CGState