Stan Math Library
4.9.0
Automatic Differentiation
|
plain_type_t< EigVec > stan::math::ordered_free | ( | const EigVec & | y | ) |
Return the vector of unconstrained scalars that transform to the specified positive ordered vector.
This function inverts the constraining operation defined in ordered_constrain(Matrix)
,
T | type of elements in the vector |
y | Vector of positive, ordered scalars. |
std::domain_error | if y is not a vector of positive, ordered scalars. |
Definition at line 28 of file ordered_free.hpp.