![]() |
Stan Math Library
2.12.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 > | |
std::vector< double > | stan::math::value_of_rec (const std::vector< T > &x) |
Convert a std::vector of type T to a std::vector of doubles. More... | |
template<> | |
std::vector< double > | stan::math::value_of_rec (const std::vector< double > &x) |
Return the specified argument. More... | |