Module faer_core::zip

source ·
Expand description

Matrix zipping module.

Structs

  • Read only view over a single matrix element.
  • Read-write view over a single matrix element.
  • Structure holding matrix views with matching dimensions.

Enums

  • Specifies whether the main diagonal should be traversed, when iterating over a triangular chunk of the matrix.

Traits