simd_nystroem_approximation

Function simd_nystroem_approximation 

Source
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.