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

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::algorithm
 

Functions

template<typename InputIt , typename OutputIt >
constexpr void edsp::algorithm::rectify (InputIt first, InputIt last, OutputIt d_first)
 For each element in the range [first, last) computes the absolute value not and stores the result in another range, beginning at d_first. More...