Stan Math Library
4.9.0
Automatic Differentiation
|
Defines a member type named type
that is the least scalar type to which both template parameter scalar types are assignable in Stan.
The ordering of types for which this is the least-upper-bound operation is defined in the class documentation for return_type
.
T1 | first scalar type |
T2 | second scalar type |
Definition at line 118 of file return_type.hpp.
#include <return_type.hpp>
Public Types | |
using | type = promote_args_t< T1, T2 > |