![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <valarray>#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 <math.h>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::atan2 (const var &a, const var &b) |
| Return the principal value of the arc tangent, in radians, of the first variable divided by the second (cmath). More... | |
| var | stan::agrad::atan2 (const var &a, const double b) |
| Return the principal value of the arc tangent, in radians, of the first variable divided by the second scalar (cmath). More... | |
| var | stan::agrad::atan2 (const double a, const var &b) |
| Return the principal value of the arc tangent, in radians, of the first scalar divided by the second variable (cmath). More... | |