diff options
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra.hs')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra.hs b/packages/base/src/Numeric/LinearAlgebra.hs index ea54932..6a9c33a 100644 --- a/packages/base/src/Numeric/LinearAlgebra.hs +++ b/packages/base/src/Numeric/LinearAlgebra.hs | |||
@@ -154,9 +154,9 @@ module Numeric.LinearAlgebra ( | |||
154 | -- * Misc | 154 | -- * Misc |
155 | meanCov, rowOuters, pairwiseD2, unitary, peps, relativeError, magnit, | 155 | meanCov, rowOuters, pairwiseD2, unitary, peps, relativeError, magnit, |
156 | haussholder, optimiseMult, udot, nullspaceSVD, orthSVD, ranksv, | 156 | haussholder, optimiseMult, udot, nullspaceSVD, orthSVD, ranksv, |
157 | iC, sym, xTx, trustSym, her, | 157 | iC, sym, mTm, trustSym, unSym, |
158 | -- * Auxiliary classes | 158 | -- * Auxiliary classes |
159 | Element, Container, Product, Numeric, LSDiv, Her, | 159 | Element, Container, Product, Numeric, LSDiv, Herm, |
160 | Complexable, RealElement, | 160 | Complexable, RealElement, |
161 | RealOf, ComplexOf, SingleOf, DoubleOf, | 161 | RealOf, ComplexOf, SingleOf, DoubleOf, |
162 | IndexOf, | 162 | IndexOf, |