![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
const std::vector< T > & | stan::math::vec_concat (const std::vector< T > &v1) |
Ends the recursion to extract the event stack. More... | |
template<typename T , typename... Args> | |
const std::vector< T > | stan::math::vec_concat (const std::vector< T > &v1, const Args... args) |
Gets the event stack from a vector of events and other arguments. More... | |