X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMatrix.hs;h=ae1c5884af20623f27425e10dcd6e8e01e41e823;hb=b5bc0c0bc71915093d0883e2fd923808ada4db6c;hp=5b558448100c35d817a88c3ef4d4802a0709db01;hpb=c3905924154d9a8d56bdc57e2f36fe48b8524eef;p=numerical-analysis.git diff --git a/src/Matrix.hs b/src/Matrix.hs index 5b55844..ae1c588 100644 --- a/src/Matrix.hs +++ b/src/Matrix.hs @@ -10,8 +10,7 @@ where import Vector import Data.Vector.Fixed ( Dim, - Vector, - (!), + Vector ) import qualified Data.Vector.Fixed as V ( fromList,