statistics¶
#include <compatibility/hpx/util/histogram.hpp>
¶
#include <compatibility/hpx/util/max.hpp>
¶
#include <compatibility/hpx/util/min.hpp>
¶
#include <compatibility/hpx/util/rolling_min.hpp>
¶
#include <compatibility/hpx/util/rolling_max.hpp>
¶
#include <hpx/statistics/histogram.hpp>
¶
#include <hpx/statistics/max.hpp>
¶
-
namespace
hpx
-
namespace
util
Functions
- template <typename T>
-
HPX_HOST_DEVICE T const&() hpx::util::max(T const & a, T const & b)
-
namespace
#include <hpx/statistics/min.hpp>
¶
-
namespace
hpx
-
namespace
util
Functions
- template <typename T>
-
HPX_HOST_DEVICE T const&() hpx::util::min(T const & a, T const & b)
-
namespace