![]() |
Stan Math Library
2.8.0
reverse mode automatic differentiation
|
Metaprogram to calculate the base scalar return type resulting from promoting all the scalar types of the template parameters. More...
#include <return_type.hpp>
Public Types | |
typedef boost::math::tools::promote_args < typename scalar_type< T1 > ::type, typename scalar_type < T2 >::type, typename scalar_type< T3 >::type, typename scalar_type< T4 > ::type, typename scalar_type < T5 >::type, typename scalar_type< T6 >::type > ::type | type |
Metaprogram to calculate the base scalar return type resulting from promoting all the scalar types of the template parameters.
Definition at line 19 of file return_type.hpp.
typedef boost::math::tools::promote_args<typename scalar_type<T1>::type, typename scalar_type<T2>::type, typename scalar_type<T3>::type, typename scalar_type<T4>::type, typename scalar_type<T5>::type, typename scalar_type<T6>::type>::type stan::return_type< T1, T2, T3, T4, T5, T6 >::type |
Definition at line 27 of file return_type.hpp.