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