376 Commits

Author SHA1 Message Date
Palash Tyagi
1ccdee45ed implement tests for the matrix struct 2025-04-18 22:39:38 +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
fd274ebb6d updating cargo.lock 2025-04-17 12:00:01 +01:00
Palash Tyagi
4605208efd update Cargo.toml to define library configuration and dependencies 2025-04-17 11:59:55 +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
517c58bfef add unit tests for Matrix<T> and f64-specific helpers 2025-04-17 11:58:53 +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
18551fd3d4 Bump version to 0.0.1 in Cargo.toml and Cargo.lock 2025-04-14 23:47:24 +01:00
Palash Tyagi
5be08b4d0e Refine project description in Cargo.toml and README.md for clarity 2025-04-14 23:43:49 +01:00
Palash Tyagi
5c54e0fd3e Add description field to Cargo.toml for project clarity 2025-04-14 23:37:43 +01:00
Palash Tyagi
e59bf440d6 change encoding 2025-04-14 23:35:26 +01:00
Palash Tyagi
b087de5fda Update README.md to improve project overview and clarity 2025-04-14 23:34:09 +01:00
Palash Tyagi
eefae5d61a Add readme field to Cargo.toml for project documentation reference 2025-04-14 23:33:29 +01:00
Palash Tyagi
9f16f17490 Update README.md to enhance project description 2025-04-14 23:33:26 +01:00
Palash Tyagi
92395b16bf Add LICENSE file and specify GPL-3.0-or-later in Cargo.toml 2025-04-14 23:32:17 +01:00
Palash Tyagi
76d6c9b4b5 Initialize Rust project with Cargo configuration and main function 2025-04-14 23:19:21 +01:00
Palash Tyagi
1478f2672b Add .gitignore to exclude build artifacts and environment files 2025-04-14 23:15:14 +01:00
Palash Tyagi
3528ffc6fd first commit 2025-04-14 23:14:16 +01:00
Palash Tyagi
759358ccb4 first commit 2025-04-14 23:13:32 +01:00
Palash Tyagi
6dd2a936de first commit 2025-04-14 23:11:47 +01:00