Type Definition sprs::CsMatViewMutI[][src]

type CsMatViewMutI<'a, N, I, Iptr = I> = CsMatBase<N, I, &'a [Iptr], &'a [I], &'a mut [N], Iptr>;