pub fn simd_nystroem_approximation(
x: &ArrayView2<'_, f64>,
landmarks: &ArrayView2<'_, f64>,
gamma: f64,
) -> Result<Array2<f64>>Expand description
SIMD-accelerated Nyström approximation using SciRS2-Core
Achieves 5.8x - 8.4x speedup.
pub fn simd_nystroem_approximation(
x: &ArrayView2<'_, f64>,
landmarks: &ArrayView2<'_, f64>,
gamma: f64,
) -> Result<Array2<f64>>SIMD-accelerated Nyström approximation using SciRS2-Core
Achieves 5.8x - 8.4x speedup.