Expand description
Structs and traits for iterating over SAF likelihood matrices and views.
Structs§
- Block
Iter - An iterator over blocks of SAF sites.
- ParBlock
Iter - A parallel iterator over blocks of SAF sites.
- ParSite
Iter - A parallel iterator over SAF sites.
- Site
Iter - An iterator over SAF sites.
Traits§
- Into
Block Iterator - A type that can be turned into an iterator blocks of SAF sites.
- Into
Parallel Block Iterator - A type that can be turned into a parallel iterator blocks of SAF sites.
- Into
Parallel Site Iterator - A type that can be turned into a parallel iterator over SAF sites.
- Into
Site Iterator - A type that can be turned into an iterator over SAF sites.