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

◆ rowwise_sum()

template<typename T , typename = require_all_kernel_expressions_and_none_scalar_t<T>>
auto stan::math::rowwise_sum ( T &&  a)
inline

Rowwise sum reduction of a kernel generator expression.

Template Parameters
Ttype of input expression
Parameters
athe expression to reduce
Returns
sum

Definition at line 330 of file rowwise_reduction.hpp.