Expand description
Kernel functions and matrix operations for sparse Gaussian Processes
This module provides kernel function implementations, matrix operations, and utility functions for sparse GP computations.
Modules§
- simd_
kernel - SIMD-accelerated kernel matrix computation (scalar fallback)
Structs§
- Kernel
Ops - Kernel matrix operations and utilities
- Matern
Kernel - Matérn kernel implementation
- RBFKernel
- RBF (Gaussian) kernel implementation with optimized computations
Traits§
- Sparse
Kernel - Trait for sparse GP kernels with parameter management