Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ lb_free() [1/4]

template<typename T , typename L , require_not_std_vector_t< T > * = nullptr, require_stan_scalar_t< L > * = nullptr>
auto stan::math::lb_free ( T &&  y,
L &&  lb 
)
inline

Return the unconstrained value that produces the specified lower-bound constrained value.

Template Parameters
Ttype of bounded object
Ltype of lower bound
Parameters
[in]yinput object
[in]lblower bound
Returns
unconstrained value that produces the input when constrained
Exceptions
std::domain_errorif y is lower than the lower bound

Definition at line 30 of file lb_free.hpp.