1#ifndef STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_LMULTIPLY_HPP
2#define STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_LMULTIPLY_HPP
10namespace opencl_kernels {
13static constexpr const char* lmultiply_device_function
15 "#ifndef STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_LMULTIPLY\n"
17 "STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_LMULTIPLY\n" STRINGIFY(
29 if (b == 0.0 && a == 0.0) {
double lmultiply(double a, double b)
Return the first argument times the natural log of the second argument if either argument is non-zero...
fvar< T > log(const fvar< T > &x)
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...