pub unsafe extern "C" fn faiss_fvec_L2sqr_ny(
    dis: *mut f32,
    x: *const f32,
    y: *const f32,
    d: usize,
    ny: usize
)
Expand description

compute ny square L2 distance between x and a set of contiguous y vectors