![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Template traits metaprogram to determine if a variable of one template type is promotable to var. More...
#include <ad_promotable.hpp>
Public Types | |
enum | { value = ad_promotable<T, double>::value } |
Template traits metaprogram to determine if a variable of one template type is promotable to var.
It will declare an enum value
equal to true
if the type is promotable to double, false
otherwise.
T | promoted type |
Definition at line 20 of file ad_promotable.hpp.
anonymous enum |
Enumerator | |
---|---|
value |
Definition at line 21 of file ad_promotable.hpp.