mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
Merge branch 'main' into date_utils
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use std::ops::{Add, BitAnd, BitOr, BitXor, Div, Index, IndexMut, Mul, Not, Sub};
|
||||
|
||||
/// A column‑major 2D matrix of `T`
|
||||
/// A column‑major 2D matrix of `T`. Index as `Array(row, column)`.
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Matrix<T> {
|
||||
rows: usize,
|
||||
|
Reference in New Issue
Block a user