diff options
Diffstat (limited to 'lib/Numeric/Container.hs')
-rw-r--r-- | lib/Numeric/Container.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
128 | (<\>) :: (Field a) => Matrix a -> Vector a -> Vector a | 128 | (<\>) :: (Field a) => Matrix a -> Vector a -> Vector a |
129 | infixl 7 <\> | 129 | infixl 7 <\> |
130 | m <\> v = flatten (linearSolveSVD m (reshape 1 v)) | 130 | m <\> v = flatten (linearSolveSVD m (reshape 1 v)) |
131 | |||
132 | -------------------------------------------------------- | ||