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

◆ prod() [1/5]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
value_type_t< T > stan::math::prod ( const T &  m)

Calculates product of given kernel generator expression elements.

Template Parameters
Ttype of the expression
Parameters
mexpression to calcualte product of
Returns
product of given expression

Definition at line 21 of file prod.hpp.