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 derived from Eigen::EigenBase or a var_value<T> with T deriving from Eigen::EigenBase with one compile time dimension equal to 1 |
x | Vector of values. |
Definition at line 30 of file cumulative_sum.hpp.