Expand description
§Common traits for working with 2D (matrix) data.
§License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
Code examples both in the docstrings and rendered documentation are free to use.
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.