Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ lb_constrain() [11/16]

template<typename T , typename L >
auto stan::math::lb_constrain ( const std::vector< T > &  x,
const std::vector< L > &  lb 
)
inline

Specialization of lb_constrain to apply a container of lower bounds elementwise to each input element.

Template Parameters
TA Any type with a Scalar scalar_type.
LA type inheriting from EigenBase or a standard vector.
Parameters
[in]xunconstrained input
[in]lblower bound on output
Returns
lower-bound constrained value corresponding to inputs

Definition at line 204 of file lb_constrain.hpp.