![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
Struct which calculates type promotion over two types. More...
#include <common_type.hpp>
Public Types | |
typedef std::vector< typename common_type< T1, T2 >::type > | type |
Struct which calculates type promotion over two types.
This specialization is for vector types.
T1 | type of elements contined in std::vector<T1> |
T2 | type of elements contined in std::vector<T2> |
Definition at line 19 of file common_type.hpp.
typedef std::vector<typename common_type<T1, T2>::type> stan::math::common_type< std::vector< T1 >, std::vector< T2 > >::type |
Definition at line 20 of file common_type.hpp.