Type Definition sprs::TriMatViewI[][src]

type TriMatViewI<'a, N, I> = TriMatBase<&'a [I], &'a [N]>;

Trait Implementations

impl<'a, N, I> IntoIterator for TriMatViewI<'a, N, I> where
    I: SpIndex
[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