![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
Struct to hold static function for promoting underlying scalar types. More...
#include <promote_scalar.hpp>
Static Public Member Functions | |
static T | apply (const T &x) |
Return the unmodified input. More... | |
Struct to hold static function for promoting underlying scalar types.
This specialization is for equal input and output types of function types.
T | input and return type of nested static function. |
Definition at line 44 of file promote_scalar.hpp.
|
inlinestatic |
Return the unmodified input.
x | input of type T. |
Definition at line 51 of file promote_scalar.hpp.