![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <stan/math/prim/scal/fun/value_of.hpp>
#include <stan/math/prim/scal/meta/child_type.hpp>
#include <vector>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
std::vector< typename child_type< T >::type > | stan::math::value_of (const std::vector< T > &x) |
Convert a std::vector of type T to a std::vector of child_type<T>::type. More... | |
template<> | |
std::vector< double > | stan::math::value_of (const std::vector< double > &x) |
Return the specified argument. More... | |