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() [5/5]

template<typename T , require_rev_col_vector_t< T > * = nullptr>
auto stan::math::positive_ordered_constrain ( const T &  x)
inline

Return an increasing positive ordered vector derived from the specified free vector.

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

Parameters
xFree vector of scalars
Returns
Positive, increasing ordered vector

Definition at line 25 of file positive_ordered_constrain.hpp.