![]() |
Stan Math Library
2.8.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/scal/fun/log.hpp>
#include <stan/math/prim/scal/fun/multiply_log.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
var | stan::math::multiply_log (const var &a, const var &b) |
Return the value of a*log(b). More... | |
var | stan::math::multiply_log (const var &a, const double b) |
Return the value of a*log(b). More... | |
var | stan::math::multiply_log (const double a, const var &b) |
Return the value of a*log(b). More... | |