[][src]Function sprs::prod::mul_acc_mat_vec_csr

pub fn mul_acc_mat_vec_csr<N, I>(
    mat: CsMatViewI<N, I>,
    in_vec: &[N],
    res_vec: &mut [N]
) where
    N: Num + Copy,
    I: SpIndex

Multiply a sparse CSR matrix with a dense vector and accumulate the result into another dense vector