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

◆ rowwise_prod()

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

Rowwise product reduction of a kernel generator expression.

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

Definition at line 384 of file rowwise_reduction.hpp.