1 #ifndef STAN_MATH_PRIM_SCAL_FUN_LB_FREE_HPP 2 #define STAN_MATH_PRIM_SCAL_FUN_LB_FREE_HPP 6 #include <boost/math/tools/promotion.hpp> 28 template <
typename T,
typename TL>
30 typename boost::math::tools::promote_args<T, TL>::type
33 if (lb == -std::numeric_limits<double>::infinity())
36 "Lower bounded variable", y, lb);
fvar< T > log(const fvar< T > &x)
void check_greater_or_equal(const char *function, const char *name, const T_y &y, const T_low &low)
Check if y is greater or equal than low.
T identity_free(const T y)
Returns the result of applying the inverse of the identity constraint transform to the input...
boost::math::tools::promote_args< T, TL >::type lb_free(const T y, const TL lb)
Return the unconstrained value that produces the specified lower-bound constrained value...