[][src]Type Definition sprs::CsVecViewI

type CsVecViewI<'a, N, I> = CsVecBase<&'a [I], &'a [N]>;

Trait Implementations

impl<'a, N: 'a, I: 'a> IntoSparseVecIter<'a, N> for CsVecViewI<'a, N, I> where
    I: SpIndex
[src]

type IterType = VectorIterator<'a, N, I>

fn is_dense(&self) -> bool[src]

Indicator to check whether the vector is actually dense

fn index(self, idx: usize) -> &'a N where
    Self: Sized
[src]

Random access to an element in the vector. Read more

impl<'a, N, I> Copy for CsVecViewI<'a, N, I>[src]