![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
|
inline |
Return a positive valued, increasing ordered vector derived from the specified free vector.
Return an increasing ordered vector derived from the specified free vector.
The returned constrained vector will have the same dimensionality as the specified free vector. This overload handles looping over the elements of a standard vector.
T | A standard vector with inner type inheriting from Eigen::DenseBase or a var_value with inner type inheriting from Eigen::DenseBase with compile time dynamic rows and 1 column |
x | Free vector of scalars |
The returned constrained vector will have the same dimensionality as the specified free vector.
x | Free vector of scalars |
Definition at line 79 of file ordered_constrain.hpp.