![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/err/check_bounded.hpp>
#include <stan/math/prim/scal/fun/logit.hpp>
#include <stan/math/prim/scal/fun/lb_free.hpp>
#include <stan/math/prim/scal/fun/ub_free.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T , typename L , typename U > | |
boost::math::tools::promote_args< T, L, U >::type | stan::math::lub_free (const T &y, const L &lb, const U &ub) |
Return the unconstrained scalar that transforms to the specified lower- and upper-bounded scalar given the specified bounds. More... | |