17 Commits

Author SHA1 Message Date
Palash Tyagi
e2e349fec5 Implement logical NOT for references to boolean matrices 2025-05-02 23:30:23 +01:00
Palash Tyagi
1865e90956 Improve documentation formatting for Broadcastable trait and element-wise comparison methods 2025-04-26 02:54:13 +01:00
Palash Tyagi
d0b9ab0716 Implement element-wise arithmetic operations for matrices with scalars and add corresponding unit tests 2025-04-26 02:49:43 +01:00
Palash Tyagi
2ff4a99346 Reorganize type aliases for matrix types: move to appropriate location for clarity 2025-04-26 02:45:56 +01:00
Palash Tyagi
9b96dad956 Refactor Axis enum definition: move to appropriate location and remove duplicate 2025-04-26 02:45:18 +01:00
Palash Tyagi
6804e7ca5a Add unit test for mutable data access in Matrix 2025-04-26 02:42:38 +01:00
Palash Tyagi
ebfd63d9db Add tests for broadcastable operations and fix comment formatting 2025-04-26 00:22:25 +01:00
Palash Tyagi
cf5ae8550e Refactor Matrix implementation to require Clone trait and reorder methods for clarity 2025-04-26 00:22:08 +01:00
Palash Tyagi
56bb579530 Implement broadcasting trait for matrices and enhance element-wise comparison methods 2025-04-24 23:50:20 +01:00
Palash Tyagi
21fc4a7241 Refactor element-wise comparison implementation for matrices 2025-04-24 23:39:34 +01:00
Palash Tyagi
601c1c58d0 Refactor element-wise comparison implementation for matrices 2025-04-24 23:33:04 +01:00
Palash Tyagi
ea8e1c8471 Implement element-wise equality comparison for matrices 2025-04-24 23:19:02 +01:00
Palash Tyagi
c30646d5d0 updating comments 2025-04-23 18:57:38 +01:00
Palash Tyagi
1d81f7e72f moved tests out of tests directory 2025-04-20 01:46:57 +01:00
Palash Tyagi
b6ce1c9076 move matrix tests to mat.rs 2025-04-20 01:42:32 +01:00
Palash Tyagi
9e05ad836a bugfix: refactor swap_columns method 2025-04-19 00:43:00 +01:00
Palash Tyagi
a161cf0c76 add Matrix<T> struct with core functionality for 2D matrix operations 2025-04-18 22:33:53 +01:00