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

◆ prod() [5/5]

template<typename EigMat , require_eigen_t< EigMat > * = nullptr>
value_type_t< EigMat > stan::math::prod ( const EigMat &  v)
inline

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

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

Definition at line 49 of file prod.hpp.