![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
Template metaprogram to calculate a type for a row vector whose underlying scalar is converted from the second template parameter type to the first. More...
#include <promote_scalar_type.hpp>
Public Types | |
typedef Eigen::Matrix< typename promote_scalar_type< T, S >::type, 1, Eigen::Dynamic > | type |
The promoted type. More... | |
Template metaprogram to calculate a type for a row vector whose underlying scalar is converted from the second template parameter type to the first.
T | result scalar type. |
S | input row vector scalar type |
Definition at line 59 of file promote_scalar_type.hpp.
typedef Eigen::Matrix<typename promote_scalar_type<T, S>::type, 1, Eigen::Dynamic> stan::math::promote_scalar_type< T, Eigen::Matrix< S, 1, Eigen::Dynamic > >::type |
The promoted type.
Definition at line 65 of file promote_scalar_type.hpp.