eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#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::fix (InputIt first, InputIt last, OutputIt d_first) |
For each element in the range [first, last) computes the nearest integer not greater in magnitude than the element's value and stores the result in another range, beginning at d_first. More... | |