summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/min_element.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/min_element.hpp')
-rw-r--r--boost/compute/algorithm/min_element.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/compute/algorithm/min_element.hpp b/boost/compute/algorithm/min_element.hpp
index 62744efb98..b52e2670cb 100644
--- a/boost/compute/algorithm/min_element.hpp
+++ b/boost/compute/algorithm/min_element.hpp
@@ -43,6 +43,9 @@ namespace compute {
/// boost::compute::min_element(data.begin(), data.end(), compare_first, queue);
/// \endcode
///
+/// Space complexity on CPUs: \Omega(1)<br>
+/// Space complexity on GPUs: \Omega(N)
+///
/// \see max_element()
template<class InputIterator, class Compare>
inline InputIterator