![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Specialization for var_value when the type to convert to is arithmetic.
| T | an arithmetic type. |
| S | A var_value whose template type is derived from EigenBase. This specialization the promoted value type of S. |
Definition at line 67 of file promote_scalar_type.hpp.
#include <promote_scalar_type.hpp>
Public Types | |
| using | type = typename promote_scalar_type< T, value_type_t< S > >::type |
| The promoted type. | |