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

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

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

Return an 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
Parameters
xFree vector of scalars
Returns
Positive, increasing ordered 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 74 of file positive_ordered_constrain.hpp.