![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
#include <cmath>Go to the source code of this file.
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| T | stan::math::positive_constrain (const T x) |
| Return the positive value for the specified unconstrained input. More... | |
| template<typename T > | |
| T | stan::math::positive_constrain (const T x, T &lp) |
| Return the positive value for the specified unconstrained input, incrementing the scalar reference with the log absolute Jacobian determinant. More... | |