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

◆ row_vector_return_t

template<typename... Ts>
using stan::row_vector_return_t = typedef Eigen::Matrix<real_return_t<Ts...>, 1, -1>

Convenience type to calculate the complex return type, which wraps Eigen::Matrix< , 1, -1> around the return type of the specified template parameters.

Template Parameters
Tssequence of argument types
See also
real_return

Definition at line 104 of file return_type.hpp.