Matern exponential kernel on the GPU.
Squared exponential kernel on the GPU.
- Template Parameters
-
| T1 | Type of the matrix |
| T2 | Type of sigma |
| T3 | Type of length_scale |
- Parameters
-
| x | input vector or matrix |
| sigma | standard deviation |
| length_scale | length scale |
- Returns
- dot product covariance matrix that is positive semi-definite
- Template Parameters
-
| T1 | Type of the matrix |
| T2 | Type of sigma |
| T3 | Type of length_scale |
- Parameters
-
| x | input vector or matrix |
| sigma | standard deviation |
| length_scale | length scale |
- Returns
- Squared distance between elements of x.
Definition at line 29 of file gp_exponential_cov.hpp.