diff options
Diffstat (limited to 'packages/base/src/Numeric')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/HMatrix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/HMatrix.hs b/packages/base/src/Numeric/LinearAlgebra/HMatrix.hs index 677f9ee..a640351 100644 --- a/packages/base/src/Numeric/LinearAlgebra/HMatrix.hs +++ b/packages/base/src/Numeric/LinearAlgebra/HMatrix.hs | |||
@@ -47,7 +47,7 @@ module Numeric.LinearAlgebra.HMatrix ( | |||
47 | -- ** dot | 47 | -- ** dot |
48 | dot, (<·>), | 48 | dot, (<·>), |
49 | -- ** matrix-vector | 49 | -- ** matrix-vector |
50 | app, (#>), (!#>), | 50 | app, (#>), (<#), (!#>), |
51 | -- ** matrix-matrix | 51 | -- ** matrix-matrix |
52 | mul, (<>), | 52 | mul, (<>), |
53 | -- | The matrix product is also implemented in the "Data.Monoid" instance, where | 53 | -- | The matrix product is also implemented in the "Data.Monoid" instance, where |