Commit graph

35 commits

Author SHA1 Message Date
59119e2c30
docs: Added a hyperlink 2023-05-28 17:25:44 -05:00
d3c8ffd11e
build: Bumped version to 0.5.0 2023-05-28 02:59:15 -05:00
4ce9554e1f
new: Added error enum to streamline throwing errors 2023-05-28 02:36:29 -05:00
55ac044c39
change: Change syntax between MatrixFrom and MatrixInto so that it'll be easier to integrate into std::From later 2023-05-27 18:59:09 -05:00
6d93559a07
build: Bumped version ro 0.4.0 2023-05-27 18:35:48 -05:00
5453bced71
new: Added inverse method 2023-05-27 18:35:06 -05:00
e9b21e330c
new: Added the MatrixFrom trait 2023-05-27 16:05:26 -05:00
5ac1e60597
docs: Add more links in docs 2023-05-27 03:45:22 -05:00
f49060fe44
docs: Fix method name in docs 2023-05-27 03:45:17 -05:00
00388f1525
build: Bumped version to 0.3.0 2023-05-27 02:40:13 -05:00
60b483dcf3
new: Introduce ToMatrix trait, mostly to reduce writing types every time 2023-05-27 02:22:10 -05:00
79461f7ad7
new: Added mul_scalar method 2023-05-27 01:41:41 -05:00
56222e04f1
new: Added diagonal_matrix method 2023-05-27 01:28:01 -05:00
4a26f0cf71
new: Added trace method 2023-05-27 01:09:52 -05:00
5b9aeb0c34
change: Need more traits by default 2023-05-27 01:02:06 -05:00
b469f7458b
new: Added conversion trait 2023-05-27 00:44:36 -05:00
2c3c2ca80d
fix: Some grammar and newlines 2023-05-26 17:33:51 -05:00
450b00469c
new: Added implementation for Neg 2023-05-26 01:19:40 -05:00
a0a7ae9076
build: Bumped version to 0.2.0 2023-05-26 01:19:35 -05:00
d638e25388
new: Added reduced_row_echelon method 2023-05-26 01:19:30 -05:00
2c5d7c4d77
new: Added row_echelon method 2023-05-26 00:06:41 -05:00
3f8373164b
new: Added det_for_field method 2023-05-25 22:59:01 -05:00
19e410322e
change: Updated README 2023-05-25 21:13:46 -05:00
d812c24284
build: Bumped version to 0.1.1 2023-05-25 21:07:13 -05:00
b4d8791a96
fix: Change name of crate in docs 2023-05-25 21:06:16 -05:00
7adb10f7a7
new: Added README 2023-05-25 20:52:59 -05:00
1007a600e7
new: Added LICENSE 2023-05-25 20:44:46 -05:00
18b77d826c
new: Added information in Cargo.toml 2023-05-25 20:43:31 -05:00
69e2efa37e
new: More documentation 2023-05-25 20:40:09 -05:00
3d862393d6
change: Refactoring 2023-05-25 20:29:23 -05:00
9af71d9b72
new: Added some documentation 2023-05-25 20:29:19 -05:00
68dd53a8db
new: Added one and zero methods 2023-05-25 20:29:14 -05:00
c14f13b148
new: Implement Sub trait 2023-05-24 23:39:46 -05:00
dfc15a399c
new: Added determinant method 2023-05-24 23:13:50 -05:00
f0c10ec7d0
Initial commit 2023-05-24 21:46:25 -05:00