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

◆ prod() [4/5]

template<typename T >
T stan::math::prod ( const std::vector< T > &  v)
inline

Returns the product of the coefficients of the specified standard vector.

Template Parameters
Ttype of elements in the vector
Parameters
vSpecified vector.
Returns
Product of coefficients of vector.

Definition at line 32 of file prod.hpp.