Function sprs::smmp::mul_csr_csr

source ·
pub fn mul_csr_csr<N, A, B, I, Iptr>(
    lhs: CsMatViewI<'_, A, I, Iptr>,
    rhs: CsMatViewI<'_, B, I, Iptr>,
) -> CsMatI<N, I, Iptr>
where N: MulAcc<A, B> + Zero + Clone + Send + Sync, A: Send + Sync, B: Send + Sync, I: SpIndex, Iptr: SpIndex,
Expand description

Compute a sparse matrix product using the SMMP routines

§Panics

  • if lhs.cols() != rhs.rows().