Stan Math Library
4.9.0
Automatic Differentiation
|
__kernel void stan::math::opencl_kernels::gp_exp_quad_cov | ( | const __global double * | x, |
__global double * | res, | ||
const double | sigma_sq, | ||
const double | neg_half_inv_l_sq, | ||
const int | size, | ||
const int | element_size | ||
) |
GPU part of calculation of squared exponential kernel.
[in] | x | input vector or matrix |
[out] | res | squared distances between elements of x |
sigma_sq | squared standard deviation | |
neg_half_inv_l_sq | -0.5 / square(length scale) | |
size | number of elements in x | |
element_size | the number of doubles that make one element of x |
Definition at line 24 of file gp_exp_quad_cov.hpp.