![]() |
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 Eigen::Matrix< typename common_type< T1, T2 >::type, R, C > | type |
Struct which calculates type promotion over two types.
This specialization is for matrix types.
T1 | type of elements contained in Eigen::Matrix<T1> |
T2 | type of elements contained in Eigen::Matrix<T2> |
R | number of rows |
C | number of columns |
Definition at line 21 of file common_type.hpp.
typedef Eigen::Matrix<typename common_type<T1, T2>::type, R, C> stan::math::common_type< Eigen::Matrix< T1, R, C >, Eigen::Matrix< T2, R, C > >::type |
Definition at line 22 of file common_type.hpp.