eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <numeric>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::algorithm | |
Functions | |
template<typename InputItr , typename OutputIt , typename Numeric > | |
constexpr void | edsp::algorithm::derivative (InputItr first, InputItr last, OutputIt d_first) |
Computes the first order derivative of the elements in the range [first, last), and stores the result in another range, beginning at d_first. More... | |