Expand description
Implementation of zipped!
structures.
Structs§
- Last
- Single element.
- LastEq
- Single matrix view.
- Read
- Read only view over a single matrix element.
- Read
Write - Read-write view over a single matrix element.
- Zip
- Zipped elements.
- ZipEq
- Zipped matrix views.
Enums§
- Diag
- Specifies whether the main diagonal should be traversed, when iterating over a triangular chunk of the matrix.
- MatLayout
Transform - Matrix layout transformation. Used for zipping optimizations.
- VecLayout
Transform - Vector layout transformation. Used for zipping optimizations.
Traits§
- MatIndex
- Zipped matrix views.
- MatShape
- Type with a given matrix shape.
- Maybe
Contiguous - Zipped matrix views.
- ViewMut
- Type that can be converted to a view.