Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the lower-bounded value for the specified unconstrained input and specified lower bound.
The transform applied is
\(f(x) = \exp(x) + L\)
where \(L\) is the constant lower bound.
T_x | type of unconstrained input |
T_lb | type of lower bound |
[in] | x | unconstrained input |
[in] | lb | lower bound |
Definition at line 39 of file lb_constrain.hpp.