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

◆ gp_matern32_cov()

__kernel void stan::math::opencl_kernels::gp_matern32_cov ( const __global double *  x,
__global double *  res,
const double  sigma_sq,
const double  root_3_inv_l,
const int  size,
const int  element_size 
)

GPU part of calculation of Matern 3/2 kernel.

Parameters
[in]xinput vector or matrix
[out]ressquared distances between elements of x
sigma_sqsquared standard deviation
root_3_inv_lsqrt(3.0) / length_scale
sizenumber of elements in x
element_sizethe number of doubles that make one element of x

Definition at line 24 of file gp_matern32_cov.hpp.