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

◆ stochastic_row_constrain() [4/7]

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

Return a row stochastic matrix.

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

Template Parameters
TA 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 dynamic columns
LpScalar type for the lp argument. The scalar type of T should be convertable to this.
Parameters
[in]yfree vector with matrices of size (N, K - 1)
[in,out]lplog density accumulator
Returns
vector of matrices with simplex rows of dimensionality (N, K)

Definition at line 110 of file stochastic_row_constrain.hpp.