[][src]Function sprs::prod::csc_mulacc_dense_colmaj

pub fn csc_mulacc_dense_colmaj<'a, N, I>(
    lhs: CsMatViewI<N, I>,
    rhs: ArrayView<N, Ix2>,
    out: ArrayViewMut<'a, N, Ix2>
) where
    N: 'a + Num + Copy,
    I: 'a + SpIndex

CSC-dense colmaj multiplication

Performs better if rhs has few columns.