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

◆ prod() [2/5]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var stan::math::prod ( const var_value< T > &  x)
inline

Returns the prod of the coefficients of the specified matrix on the OpenCL device.

Parameters
xSpecified var_value containing a matrix.
Returns
prod of coefficients of matrix.

Definition at line 22 of file prod.hpp.