Expand description
Ratio’s matrix data library
Modules§
- Common traits for working with 2D (matrix) data.
Structs§
- Matrix cell access out of bounds.
- Two-dimensional matrix.
- Matrix cell.
- Coordinate in a 2D matrix.
- Matrix dimensions don’t agree. Values ({n_values}) modulo columns ({n_cols}) should be 0.
- 2D matrix dimensions.
- 2D range in a matrix.
- Slice of a matrix.
- Matrix view out of bounds.
Enums§
- Location in a 2D matrix.
- Matrix dimensions don’t agree. Values ({n_values}) modulo columns ({n_cols}) should be 0.