From 1308aae2531b46d33919250b9cfb1c1fd7360550 Mon Sep 17 00:00:00 2001 From: Vivian McPhail Date: Fri, 24 Sep 2010 06:30:24 +0000 Subject: add arctan to Container class --- lib/Numeric/Container.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Numeric/Container.hs') diff --git a/lib/Numeric/Container.hs b/lib/Numeric/Container.hs index b3f46de..bad941c 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs @@ -128,3 +128,5 @@ instance Mul Vector Matrix Vector where (<\>) :: (Field a) => Matrix a -> Vector a -> Vector a infixl 7 <\> m <\> v = flatten (linearSolveSVD m (reshape 1 v)) + +-------------------------------------------------------- -- cgit v1.2.3