pub unsafe extern "C" fn faiss_LinearTransform_transform_transpose(
    vt: *const FaissLinearTransform,
    n: idx_t,
    y: *const f32,
    x: *mut f32
)
Expand description

compute x = A^T * (x - b) is reverse transform if A has orthonormal lines