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

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::statistics
 

Functions

template<typename InputIt >
constexpr meta::value_type_t< InputIt > edsp::statistics::norm (InputIt first, InputIt last)
 Compute the L2-norm of the signals in the range [first1, last1). More...