diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-06-12 20:58:13 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-06-12 20:58:13 +0200 |
commit | 4b3e29097aa272d429f8005fe17b459cf0c049c8 (patch) | |
tree | df01591ec7bdffe61f68062cc09e95f69e745a90 /packages/base/src/Numeric/LinearAlgebra | |
parent | 0396adb9f10f5b337e54d64fec365c9cb01e9745 (diff) |
row ops in ST
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/Devel.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/Devel.hs b/packages/base/src/Numeric/LinearAlgebra/Devel.hs index 1a70663..84763fe 100644 --- a/packages/base/src/Numeric/LinearAlgebra/Devel.hs +++ b/packages/base/src/Numeric/LinearAlgebra/Devel.hs | |||
@@ -44,6 +44,7 @@ module Numeric.LinearAlgebra.Devel( | |||
44 | -- ** Mutable Matrices | 44 | -- ** Mutable Matrices |
45 | STMatrix, newMatrix, thawMatrix, freezeMatrix, runSTMatrix, | 45 | STMatrix, newMatrix, thawMatrix, freezeMatrix, runSTMatrix, |
46 | readMatrix, writeMatrix, modifyMatrix, liftSTMatrix, | 46 | readMatrix, writeMatrix, modifyMatrix, liftSTMatrix, |
47 | axpy,scal,swap, extractRect, mutable, | ||
47 | -- ** Unsafe functions | 48 | -- ** Unsafe functions |
48 | newUndefinedVector, | 49 | newUndefinedVector, |
49 | unsafeReadVector, unsafeWriteVector, | 50 | unsafeReadVector, unsafeWriteVector, |