![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <math.h>#include <boost/math/special_functions/fpclassify.hpp>#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 T1 , typename T2 > | |
| boost::math::tools::promote_args < T1, T2 >::type | stan::math::fdim (T1 a, T2 b) |
| The positive difference function (C99). More... | |