summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/adjacent_difference.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/adjacent_difference.hpp')
-rw-r--r--boost/compute/algorithm/adjacent_difference.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/compute/algorithm/adjacent_difference.hpp b/boost/compute/algorithm/adjacent_difference.hpp
index ef13970754..c3b0e7d191 100644
--- a/boost/compute/algorithm/adjacent_difference.hpp
+++ b/boost/compute/algorithm/adjacent_difference.hpp
@@ -64,6 +64,9 @@ dispatch_adjacent_difference(InputIterator first,
///
/// \return \c OutputIterator to the end of the result range
///
+/// Space complexity: \Omega(1)<br>
+/// Space complexity when \p result == \p first: \Omega(n)
+///
/// \see adjacent_find()
template<class InputIterator, class OutputIterator, class BinaryFunction>
inline OutputIterator