Crate ratio_matrix
source ·Expand description
Ratio’s matrix data library
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.
Traits§
- Whether this instance contains or covers something else.
- Dimensions in two directions.
- Domain in two directions.
- 2D matrix behavior.
- Trait to handle mutable matrix operations.
- Trait to handle matrix data by reference.