Palash Tyagi
|
a0a551c7d9
|
update into_vec, from_vec
|
2025-05-01 23:13:57 +01:00 |
|
Palash Tyagi
|
7cf41171a8
|
Allow creation of 0-row matrices from empty column data and improve data flattening in from_cols method.
|
2025-05-01 23:12:19 +01:00 |
|
Palash Tyagi
|
38c5c28454
|
Enhance matrix assertions for row and column operations to allow 0-row matrices with empty columns and improve error messages for index out of bounds.
|
2025-05-01 23:10:51 +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 |
|