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

◆ std_vector_return_t

template<typename... Ts>
using stan::std_vector_return_t = typedef std::vector<real_return_t<Ts...> >

Convenience type to calculate the complex return type, which wraps std::vector around the return type of the specified template parameters.

Template Parameters
Tssequence of argument types
See also
real_return

Definition at line 68 of file return_type.hpp.