![]() |
Controlpp
|
Utilities to work with time series data. More...
Functions | |
| template<class T > | |
| TimeSeries< T > | controlpp::integrate (const TimeSeries< T > &in, const T &v0=T(0)) |
| Integrates the time series and writes it to out. | |
Utilities to work with time series data.
| TimeSeries< T > controlpp::integrate | ( | const TimeSeries< T > & | in, |
| const T & | v0 = T(0) |
||
| ) |
Integrates the time series and writes it to out.
| T | The value type |
| in | The input time-series that will be integrated over |
| v0 | The start of the integration. Integration constant C in other nomiclatures. |