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

◆ positive_ordered_constrain() [4/4]

template<typename T , typename Lp , require_std_vector_t< T > * = nullptr, require_convertible_t< return_type_t< T >, Lp > * = nullptr>
auto stan::math::positive_ordered_constrain ( const T &  x,
Lp &  lp 
)
inline

Return a positive valued, increasing positive ordered vector derived from the specified free vector.

This overload handles looping over the elements of a standard vector.

Template Parameters
TA standard vector with inner type inheriting from Eigen::EigenBase, a var_value with inner type inheriting from Eigen::EigenBase
LpScalar type for the lp argument. The scalar type of T should be convertable to this.
Parameters
xFree vector of scalars
[in,out]lplog density accumulator
Returns
Positive, increasing ordered vector

Definition at line 95 of file positive_ordered_constrain.hpp.