215 Commits

Author SHA1 Message Date
Palash Tyagi
3dec894cd0 add mod.rs for utils 2025-04-19 14:06:59 +01:00
Palash Tyagi
54e5810100 added util for bdates list 2025-04-19 14:04:16 +01:00
Palash Tyagi
2168740580 add base module and re-export for frame operations 2025-04-19 00:44:16 +01:00
Palash Tyagi
9e05ad836a bugfix: refactor swap_columns method 2025-04-19 00:43:00 +01:00
Palash Tyagi
5bc37d58e3 add Frame struct with methods for column manipulation and element-wise operations 2025-04-19 00:42:28 +01:00
Palash Tyagi
f0d92d5c63 add matrix module to the library 2025-04-18 22:38:16 +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
Palash Tyagi
45b01ad096 add lib.rs to declare the frame module 2025-04-17 11:59:04 +01:00
Palash Tyagi
8467a3def2 add mod.rs to declare the mat module 2025-04-17 11:58:59 +01:00
Palash Tyagi
6c82f40b3a add first draft of a matrix implementation 2025-04-17 11:56:14 +01:00
Palash Tyagi
7c128105cb delete main.rs 2025-04-17 11:55:54 +01:00
Palash Tyagi
76d6c9b4b5 Initialize Rust project with Cargo configuration and main function 2025-04-14 23:19:21 +01:00