Go to the source code of this file.
|
var | stan::math::fdim (const var &a, const var &b) |
| Return the positive difference between the first variable's the value and the second's (C99, C++11). More...
|
|
var | stan::math::fdim (double a, const var &b) |
| Return the positive difference between the first value and the value of the second variable (C99, C++11). More...
|
|
var | stan::math::fdim (const var &a, double b) |
| Return the positive difference between the first variable's value and the second value (C99, C++11). More...
|
|