diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-06-01 11:39:07 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-06-01 11:39:07 +0000 |
commit | b52e7d3c7e4ea85ab74166926e9f66697a074aae (patch) | |
tree | c1c3f2e7fb253fb21dcbdb01993ea6d1945ef28e /lib/Data/Packed/Vector.hs | |
parent | aa8d74a37a918855a727617d85868372abbbabaf (diff) |
added updateVector
Diffstat (limited to 'lib/Data/Packed/Vector.hs')
-rw-r--r-- | lib/Data/Packed/Vector.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Data/Packed/Vector.hs b/lib/Data/Packed/Vector.hs index 6415c5c..9e3c206 100644 --- a/lib/Data/Packed/Vector.hs +++ b/lib/Data/Packed/Vector.hs | |||
@@ -17,6 +17,7 @@ module Data.Packed.Vector ( | |||
17 | fromList, (|>), toList, | 17 | fromList, (|>), toList, |
18 | dim, (@>), | 18 | dim, (@>), |
19 | subVector, join, | 19 | subVector, join, |
20 | updateVector, | ||
20 | constant, linspace, | 21 | constant, linspace, |
21 | vectorMax, vectorMin, vectorMaxIndex, vectorMinIndex, | 22 | vectorMax, vectorMin, vectorMaxIndex, vectorMinIndex, |
22 | liftVector, liftVector2 | 23 | liftVector, liftVector2 |