pub unsafe extern "C" fn matd_vec_dist_n(
    a: *const matd_t,
    b: *const matd_t,
    n: c_int
) -> f64
Expand description

Same as matd_vec_dist, but only uses the first ‘n’ terms to compute distance