pub type CsMatViewMut<'a, N> = CsMatBase<N, usize, &'a [usize], &'a [usize], &'a mut [N]>;
pub struct CsMatViewMut<'a, N> { /* private fields */ }