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
|
6e0606709d
|
Remove unused comment regarding macro implementations in BoolOps
|
2025-04-23 19:59:18 +01:00 |
|
Palash Tyagi
|
284471f4aa
|
Fix typos in documentation comments and improve clarity in cumsum_horizontal implementation
|
2025-04-23 19:57:46 +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
|
0b2443d794
|
add matrix module with submodules for mat, seriesops, and boolops
|
2025-04-18 22:37:53 +01:00 |
|
Palash Tyagi
|
c52d36ff36
|
add BoolOps trait and BoolMatrix implementation for boolean operations
|
2025-04-18 22:36:58 +01:00 |
|
Palash Tyagi
|
4f21290b1c
|
add SeriesOps trait and implementations for FloatMatrix to support axis-based operations
|
2025-04-18 22:36:46 +01:00 |
|
Palash Tyagi
|
a161cf0c76
|
add Matrix<T> struct with core functionality for 2D matrix operations
|
2025-04-18 22:33:53 +01:00 |
|