Struct rustlearn::array::sparse::SparseArrayView[][src]

pub struct SparseArrayView<'a> { /* fields omitted */ }

A view into a row or a column of an existing sparse matrix.

Methods

impl<'a> SparseArrayView<'a>
[src]

Returns a reference to indices of nonzero entries of the view.

Returns a reference to values of nonzero entries of the view.

Returns the count of nonzero entries of the view.

Trait Implementations

impl<'a> Clone for SparseArrayView<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for SparseArrayView<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> NonzeroIterable for SparseArrayView<'a>
[src]

Important traits for SparseArrayViewIterator<'a>

Auto Trait Implementations

impl<'a> Send for SparseArrayView<'a>

impl<'a> Sync for SparseArrayView<'a>