![]() |
Stan Math Library
2.9.0
reverse mode automatic differentiation
|
#include <cstddef>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
T | stan::math::sum (const std::vector< T > &xs) |
Return the sum of the values in the specified standard vector. More... | |