Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ sum_to_zero_constrain() [2/8]

template<typename Mat , require_eigen_matrix_dynamic_t< Mat > * = nullptr, require_not_st_var< Mat > * = nullptr>
plain_type_t< Mat > stan::math::sum_to_zero_constrain ( const Mat &  x)
inline

Return a matrix that sums to zero over both the rows and columns corresponding to the free matrix x.

This is a linear transform, with no Jacobian.

Template Parameters
Mattype of the matrix
Parameters
xFree matrix input of dimensionality (N - 1, M - 1).
Returns
Zero-sum matrix of dimensionality (N, M).

Definition at line 75 of file sum_to_zero_constrain.hpp.