cumsum
Accumulated sum of a vector.
Namespace: dsp
Prototype
auto cumsum(const Vector<T> &x)
Description
Compute a vector of identical dimension as the input one and equal to the progressive accumulation of input values:
Accumulated sum of a vector.
Namespace: dsp
auto cumsum(const Vector<T> &x)
Compute a vector of identical dimension as the input one and equal to the progressive accumulation of input values: