mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
update imports and module docstring
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
use std::ops::{Index, IndexMut, Not};
|
//! A simple column-major Matrix implementation with element-wise operations.
|
||||||
|
|
||||||
|
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`
|
||||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
|
Reference in New Issue
Block a user