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

◆ promote()

template<typename T , typename S >
static std::vector< T > stan::math::promote_elements< std::vector< T >, std::vector< S > >::promote ( const std::vector< S > &  u)
inlinestatic

Return input vector of type S as vector of type T.

Parameters
uvector of type S, assignable to type T
Returns
vector of type T

Definition at line 66 of file promote_elements.hpp.