Expand description
§Ratio’s matrix data library
§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.
Modules§
- traits
- Common traits for working with 2D (matrix) data.
Structs§
- Coordinates
OutOf Bounds Error - Matrix cell access out of bounds.
- Matrix
- Two-dimensional matrix.
- Matrix
Cell Ref - Matrix cell.
- Matrix
Coordinates - Coordinate in a 2D matrix.
- Matrix
Dimension Error - Matrix dimensions don’t agree. Values ({n_values}) modulo columns ({n_cols}) should be 0.
- Matrix
Dimensions - 2D matrix dimensions.
- Matrix
Range - 2D range in a matrix.
- Matrix
Slice - Slice of a matrix.
- Matrix
View OutOf Bounds Error - Matrix view out of bounds.
Enums§
- Matrix
Location - Location in a 2D matrix.
- Matrix
Slice Error - Matrix dimensions don’t agree. Values ({n_values}) modulo columns ({n_cols}) should be 0.