Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the cumulative sum of the specified vector.
The cumulative sum is of the same type as the input and has values defined by
EigVec | type of the vector (must be derived from Eigen::MatrixBase and have one compile time dimension equal to 1) |
m | Vector of values. |
Definition at line 50 of file cumulative_sum.hpp.