summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/scatter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/scatter.hpp')
-rw-r--r--boost/compute/algorithm/scatter.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/scatter.hpp b/boost/compute/algorithm/scatter.hpp
index bea4201628..8ae5a99443 100644
--- a/boost/compute/algorithm/scatter.hpp
+++ b/boost/compute/algorithm/scatter.hpp
@@ -79,6 +79,8 @@ private:
/// beginning at \p result using the output indices from the range beginning
/// at \p map.
///
+/// Space complexity: \Omega(1)
+///
/// \see gather()
template<class InputIterator, class MapIterator, class OutputIterator>
inline void scatter(InputIterator first,