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

◆ sum_to_zero_free() [2/3]

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

Return an unconstrained matrix.

Template Parameters
Mata column vector type
Parameters
zMatrix of size (N, M)
Returns
Free matrix of length (N - 1, M - 1)
Exceptions
std::domain_errorif z does not sum to zero

Definition at line 74 of file sum_to_zero_free.hpp.