![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Classes | |
| struct | stan::math::ad_promotable< V, T > |
| Template traits metaprogram to determine if a variable of one template type can be promoted to a second target template type. More... | |
| struct | stan::math::ad_promotable< T, T > |
| Any type may be promoted to itself. More... | |
| struct | stan::math::ad_promotable< long double, double > |
| A long double may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< double, double > |
| A double may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< float, double > |
| A float may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< long, double > |
| A long may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< int, double > |
| An int may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< short, double > |
| A short may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< char, double > |
| A char may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< bool, double > |
| A blool may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< unsigned long, double > |
| An unsigned long may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< unsigned int, double > |
| An unsigned int may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< unsigned short, double > |
| An unsigned short may be promoted to a double. More... | |
| struct | stan::math::ad_promotable< unsigned char, double > |
| An unsigned char may be promoted to a double. More... | |
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |