Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ ordered_constrain() [2/5]

template<typename EigVec , typename Lp , require_eigen_col_vector_t< EigVec > * = nullptr, require_convertible_t< value_type_t< EigVec >, Lp > * = nullptr>
auto stan::math::ordered_constrain ( const EigVec &  x,
Lp &  lp 
)
inline

Return a positive valued, increasing ordered vector derived from the specified free vector and increment the specified log probability reference with the log absolute Jacobian determinant of the transform.

The returned constrained vector will have the same dimensionality as the specified free vector.

Template Parameters
Ttype of the vector
LpA scalar type for the lp argument. The scalar type of T should be convertable to this.
Parameters
xFree vector of scalars.
lpLog probability reference.
Returns
Positive, increasing ordered vector.

Definition at line 58 of file ordered_constrain.hpp.