Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::complex_return_t = typedef std::complex<real_return_t<Ts...> > |
Convenience type to calculate the complex return type, which wraps std::complex
around the return type of the specified template parameters.
Ts | sequence of argument types |
Definition at line 57 of file return_type.hpp.