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

template<typename T , require_std_vector_t< T > * = nullptr>
auto stan::math::sum_to_zero_constrain ( const T &  y)
inline

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

This overload handles looping over the elements of a standard vector.

Template Parameters
TA standard vector with inner type that is either a vector or a matrix
Parameters
[in]yfree vector or matrix
Returns
Zero-sum vectors or matrices which are one larger in each dimension

Definition at line 141 of file sum_to_zero_constrain.hpp.