Module zip
Expand description
Implementation of zipped!
structures.
Structs§
- Single element.
- Single matrix view.
- Read only view over a single matrix element.
- Read-write view over a single matrix element.
- Zipped elements.
- Zipped matrix views.
Enums§
- Specifies whether the main diagonal should be traversed, when iterating over a triangular chunk of the matrix.
- Matrix layout transformation. Used for zipping optimizations.
- Vector layout transformation. Used for zipping optimizations.
Traits§
- Zipped matrix views.
- Type with a given matrix shape.
- Zipped matrix views.
- Type that can be converted to a view.