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