Type Definition sprs::TriMatViewMutI

source ·
pub type TriMatViewMutI<'a, N, I> = TriMatBase<&'a mut [I], &'a mut [N]>;