Type Definition sprs::CsVecViewI[][src]

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]

The dimension of the vector

Important traits for VectorIterator<'a, N, I>

Transform self into an iterator that yields (usize, &N) tuples where the usize is the index of the value in the sparse vector. The indices should be sorted. Read more

Indicator to check whether the vector is actually dense

Random access to an element in the vector. Read more

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