![]() |
Stan Math Library
2.9.0
reverse mode automatic differentiation
|
Template metaprogram to calculate a type for converting a convertible type. More...
#include <promote_scalar_type.hpp>
Public Types | |
typedef T | type |
The promoted type. More... | |
Template metaprogram to calculate a type for converting a convertible type.
This is the base case.
T | result scalar type. |
S | input type |
Definition at line 19 of file promote_scalar_type.hpp.
typedef T stan::math::promote_scalar_type< T, S >::type |
The promoted type.
Definition at line 23 of file promote_scalar_type.hpp.