eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
min.hpp File Reference
#include <edsp/meta/iterator.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::statistics
 

Functions

template<typename ForwardIt >
constexpr meta::value_type_t< ForwardIt > edsp::statistics::min (ForwardIt first, ForwardIt last)
 Computes the minimum value of the range [first, last) More...
 
template<typename ForwardIt >
constexpr meta::value_type_t< ForwardIt > edsp::statistics::minabs (ForwardIt first, ForwardIt last)
 Computes the minimum absolute value of the range [first, last) More...