![]() |
Stan Math Library
2.15.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 variales are promotable to themselves, and all primitive arithmetic types are promotable to double.
It will delcare an enum value
equal to false
.
V | promoted type |
T | target type |
Definition at line 20 of file ad_promotable.hpp.
anonymous enum |
Enumerator | |
---|---|
value |
Definition at line 21 of file ad_promotable.hpp.