Type Definition sprs::CsMatViewI[][src]

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]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more