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

◆ gp_exp_quad_cov() [1/7]

template<typename T1 , typename T2 , typename T3 , typename = require_all_arithmetic_t<T1, T2, T3>>
matrix_cl< return_type_t< T1, T2, T3 > > stan::math::gp_exp_quad_cov ( const matrix_cl< T1 > &  x,
const T2  sigma,
const T3  length_scale 
)
inline

Squared exponential kernel on the GPU.

Template Parameters
T1Type of the matrix
T2Type of sigma
T3Type of length_scale
Parameters
xinput vector or matrix
sigmastandard deviation
length_scalelength scale
Returns
Squared distance between elements of x.

Definition at line 28 of file gp_exp_quad_cov.hpp.