pub type CsMatViewMut<'a, N> = CsMatViewMutI<'a, N, usize>;
pub struct CsMatViewMut<'a, N> { /* private fields */ }