Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::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.
Ts | sequence of argument types |
Definition at line 92 of file return_type.hpp.