![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <cmath>#include <stan/agrad/rev/var.hpp>#include <stan/agrad/rev/internal/vv_vari.hpp>#include <stan/agrad/rev/internal/vd_vari.hpp>#include <stan/agrad/rev/internal/dv_vari.hpp>#include <stan/agrad/rev/functions/sqrt.hpp>#include <stan/agrad/rev/operators/operator_multiplication.hpp>#include <boost/math/special_functions/fpclassify.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Functions | |
| var | stan::agrad::pow (const var &base, const var &exponent) |
| Return the base raised to the power of the exponent (cmath). More... | |
| var | stan::agrad::pow (const var &base, const double exponent) |
| Return the base variable raised to the power of the exponent scalar (cmath). More... | |
| var | stan::agrad::pow (const double base, const var &exponent) |
| Return the base scalar raised to the power of the exponent variable (cmath). More... | |