![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <limits>#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/log.hpp>#include <stan/math/functions/multiply_log.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::multiply_log (const var &a, const var &b) |
| Return the value of a*log(b). More... | |
| var | stan::agrad::multiply_log (const var &a, const double b) |
| Return the value of a*log(b). More... | |
| var | stan::agrad::multiply_log (const double a, const var &b) |
| Return the value of a*log(b). More... | |