Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ positive_ordered_constrain() [3/5]

template<typename T , require_std_vector_t< T > * = nullptr>
auto stan::math::positive_ordered_constrain ( T &&  x)
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
Parameters
xFree vector of scalars
Returns
Positive, increasing ordered vector

Definition at line 74 of file positive_ordered_constrain.hpp.