![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/math/tools/promotion.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T_a , typename T_b > | |
| boost::math::tools::promote_args < T_a, T_b >::type | stan::math::multiply_log (const T_a a, const T_b b) |
| Calculated the value of the first argument times log of the second argument while behaving properly with 0 inputs. More... | |