Function faiss_sys::faiss_Index_reconstruct_n [] [src]

pub unsafe extern "C" fn faiss_Index_reconstruct_n(
    index: *const FaissIndex,
    i0: idx_t,
    ni: idx_t,
    recons: *mut f32
) -> c_int

Reconstruct vectors i0 to i0 + ni - 1

this function may not be defined for some indexes @param index opaque pointer to index object @param recons reconstucted vector (size ni * d)