Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the unconstrained value that produces the specified lower-bound constrained value.
T | type of bounded object |
L | type of lower bound |
[in] | y | input object |
[in] | lb | lower bound |
std::domain_error | if y is lower than the lower bound |
Definition at line 30 of file lb_free.hpp.