Module iter

Module iter 

Source
Expand description

Structs and traits for iterating over SAF likelihood matrices and views.

Structs§

BlockIter
An iterator over blocks of SAF sites.
ParBlockIter
A parallel iterator over blocks of SAF sites.
ParSiteIter
A parallel iterator over SAF sites.
SiteIter
An iterator over SAF sites.

Traits§

IntoBlockIterator
A type that can be turned into an iterator blocks of SAF sites.
IntoParallelBlockIterator
A type that can be turned into a parallel iterator blocks of SAF sites.
IntoParallelSiteIterator
A type that can be turned into a parallel iterator over SAF sites.
IntoSiteIterator
A type that can be turned into an iterator over SAF sites.