[][src]Type Definition sprs::CsMatViewI

type CsMatViewI<'a, N, I> = CsMatBase<N, I, &'a [I], &'a [I], &'a [N]>;

Trait Implementations

impl<'a, N, I> IntoIterator for CsMatViewI<'a, N, I> where
    I: 'a + SpIndex,
    N: 'a, 
[src]

type Item = (&'a N, (I, I))

The type of the elements being iterated over.

type IntoIter = CsIter<'a, N, I>

Which kind of iterator are we turning this into?