From c99b8fd6e3f8a2fb365ec12baf838f864b118ece Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 1 Oct 2007 15:04:16 +0000 Subject: LinearAlgebra and GSL moved to Numeric --- examples/minimize.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/minimize.hs') diff --git a/examples/minimize.hs b/examples/minimize.hs index 0429a24..d7bc350 100644 --- a/examples/minimize.hs +++ b/examples/minimize.hs @@ -1,6 +1,6 @@ -- the multidimensional minimization example in the GSL manual -import GSL -import LinearAlgebra +import Numeric.GSL +import Numeric.LinearAlgebra import Graphics.Plot -- the function to be minimized -- cgit v1.2.3