Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ stochastic_row_free() [1/2]

template<typename Mat , require_eigen_matrix_dynamic_t< Mat > * = nullptr, require_not_st_var< 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 21 of file stochastic_row_free.hpp.