scicpp::stats::amax
Defined in header <scicpp/core.hpp>
Return the maximum value of an array.
-
template<typename
T
, std::size_t N
>
constexpr T amax
(const std::array<T, N> &f)
-
template<typename
T
>
T amax
(const std::vector<T> &f)
- See also
- Scipy documentation