Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ value_of() [4/6]

template<typename T , require_std_vector_t< T > * = nullptr, require_not_st_arithmetic< T > * = nullptr>
auto stan::math::value_of ( const T &  x)
inline

For std::vectors of non-arithmetic types, return a std::vector composed of value_of applied to each element.

Template Parameters
TInput element type
Parameters
[in]xInput std::vector
Returns
std::vector of values

Definition at line 50 of file value_of.hpp.