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

template<typename T , typename Lp , require_not_st_var< T > * = nullptr>
plain_type_t< T > stan::math::sum_to_zero_constrain ( const T &  y,
Lp &  lp 
)
inline

Return a vector or matrix with sum zero corresponding to the specified free input.

This is a linear transform, with no Jacobian.

Template Parameters
Ttype of the input, either a vector or a matrix
Lpunused
Parameters
yFree vector or matrix
lpunused
Returns
Zero-sum vector or matrix which is one larger in each dimension

This is a linear transform, with no Jacobian.

Template Parameters
Jacobianunused
Ttype of the input
Lpunused
Parameters
[in]yfree vector or matrix
[in,out]lpunused
Returns
Zero-sum vector or matrix which is one larger in each dimension

Definition at line 126 of file sum_to_zero_constrain.hpp.