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

◆ simplex_constrain() [4/6]

template<typename T , typename Lp , require_std_vector_t< T > * = nullptr, require_convertible_t< return_type_t< T >, Lp > * = nullptr>
auto stan::math::simplex_constrain ( const T &  y,
Lp &  lp 
)
inline

Return the simplex corresponding to the specified free vector.

This overload handles looping over the elements of a standard vector.

Template Parameters
VecA 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
LpScalar type for the lp argument. The scalar type of T should be convertable to this.
Parameters
[in]yfree vector
[in,out]lplog density accumulator
Returns
simplex of dimensionality one greater than y

Definition at line 118 of file simplex_constrain.hpp.