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

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::statistics
 

Functions

template<typename ForwardIt >
constexpr meta::value_type_t< ForwardIt > edsp::statistics::centroid (ForwardIt first, ForwardIt last)
 Computes the centroid value of the range [first, last) More...
 
template<typename ForwardIt >
constexpr meta::value_type_t< ForwardIt > edsp::statistics::centroid (ForwardIt first1, ForwardIt last1, ForwardIt first2)
 Computes the centroid value of the range [first1, last1) More...