![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
This template metaprogram is used to compute the return type for append_array. More...
#include <append_return_type.hpp>
Public Types | |
typedef return_type< T1, T2 >::type | type |
This template metaprogram is used to compute the return type for append_array.
This base implementation assumes the template parameters are not vector types and calculates their return type using return_type
.
T1 | First type to be promoted |
T2 | Second type to be promoted |
Definition at line 22 of file append_return_type.hpp.
typedef return_type<T1, T2>::type stan::math::append_return_type< T1, T2 >::type |
Definition at line 23 of file append_return_type.hpp.