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

◆ lmultiply()

double stan::math::opencl_kernels::lmultiply ( double  a,
double  b 
)

Return the first argument times the natural log of the second argument if either argument is non-zero and 0 if both arguments are 0.

Parameters
afirst argument
bsecond argument
Returns
first argument times log of second argument

Definition at line 28 of file lmultiply.hpp.