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

◆ prod() [3/5]

template<typename T , require_stan_scalar_t< T > * = nullptr>
T stan::math::prod ( const T &  v)

Returns the product of given scalar.

This is a no-op.

Template Parameters
Ttype of the scalar
Parameters
vspecified scalar
Returns
the scalar

Definition at line 19 of file prod.hpp.