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() [3/7]

template<typename T , require_std_vector_t< T > * = nullptr>
auto stan::math::stochastic_row_constrain ( const T &  y)
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
Parameters
[in]yfree vector with matrices of size (N, K - 1)
Returns
vector of matrices with simplex rows of dimensionality (N, K)

Definition at line 90 of file stochastic_row_constrain.hpp.