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_free() [1/2]

template<typename Mat , require_eigen_matrix_dynamic_t< Mat > * = nullptr>
plain_type_t< Mat > stan::math::stochastic_row_free ( const Mat &  y)
inline

Return an unconstrained matrix that when transformed produces the specified simplex matrix.

It applies to a simplex of dimensionality (N, K) and produces an unconstrained vector of dimensionality (N, K - 1).

Template Parameters
Mattype of the Matrix
Parameters
yRowwise simplex Matrix input of dimensionality (N, K)

Definition at line 20 of file stochastic_row_free.hpp.