sprs::sparse::csmat::CsMatVecView [] [src]

type CsMatVecView<'a, N> = CsMat<N, Vec<usize>, &'a [usize], &'a [N]>;