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