Stan Math Library
4.9.0
Automatic Differentiation
|
Provides a member type alias named type
, the value of which is the least type under Stan's assignability relation that can be assigned a double
and all of the base types of the specified arguments after removing qualifiers (const
and volatile
) and decaying (lvalue to rvalue by removing references) and array to pointer).
This type trait is used to calculate the return type of real-valued functions involving heterogeneous arguments.
Ts | sequence of template parameter types |
Definition at line 28 of file return_type.hpp.
#include <return_type.hpp>
Public Types | |
using | type = double |