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

◆ join()

template<typename ReduceFunction , typename ReturnType , typename Vec , typename... Args>
void stan::math::internal::reduce_sum_impl< ReduceFunction, require_arithmetic_t< ReturnType >, ReturnType, Vec, Args... >::recursive_reducer::join ( const recursive_reducer &  rhs)
inline

Join reducers.

Accumuluate the value (sum_) of the other reducer.

Parameters
rhsAnother partial sum

Definition at line 97 of file reduce_sum.hpp.