Expand description
Common traits for working with 2D (matrix) data.
Traitsยง
- Contains2D
- Whether this instance contains or covers something else.
- Dimensions2D
- Dimensions in two directions.
- Domain2D
- Domain in two directions.
- Matrix2D
- 2D matrix behavior.
- Matrix
Mut - Trait to handle mutable matrix operations.
- Matrix
Ref - Trait to handle matrix data by reference.