![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Template traits metaprogram to determine if a variable of one template type can be promoted to a second target template type. More...
#include <ad_promotable.hpp>
Public Types | |
enum | { value = false } |
Template traits metaprogram to determine if a variable of one template type can be promoted to a second target template type.
All variables are promotable to themselves, and all primitive arithmetic types are promotable to double.
It will declare an enum value
equal to false
.
V | promoted type |
T | target type |
Definition at line 22 of file ad_promotable.hpp.
anonymous enum |
Enumerator | |
---|---|
value |
Definition at line 23 of file ad_promotable.hpp.