1.17.0 (2023-02-21)
- adding vector distance (b8cc458)
1.16.1 (2023-01-22)
- fixed undefined eigenvectors (c097e03)
1.16.0 (2023-01-20)
- diagonalization (e56c97b)
1.15.0 (2023-01-19)
- adding docs, and tests for eigen (5f57513)
1.14.0 (2023-01-15)
- added inverse matrices (b5f5a69)
1.13.0 (2023-01-15)
- solves inconsistent n x m system (22981d3)
1.12.0 (2023-01-15)
- solves n x m consistent systems (eb50f3d)
1.11.0 (2023-01-13)
- paramaterized vector solutions (83da35f)
1.10.0 (2023-01-11)
- added pivots and basic system solutions (a799528)
1.9.0 (2023-01-08)
- cleaned up rref func (178534c)
1.8.0 (2023-01-04)
1.7.0 (2022-12-30)
- added zeros, empty, ones matrix (aa84904)
1.6.0 (2022-12-27)
- adding zeros, ones, empty, vstack and hstack vectors (09af00f)
1.5.0 (2022-12-27)
- matrix function types (3a623e0)
- transpose and determinants (485880f)
1.4.0 (2022-12-21)
- added basic matrix operations (25472f6)
1.3.0 (2022-12-18)
- added matrix and linear transformations (d47ea35)
1.2.0 (2022-12-15)
- fixed types and doc generation (8a45c55)
1.1.0 (2022-12-13)
- adding tests (943e688)
- adding tensorflow singleton (7129b0c)
- updated docs (cf08652)
- basic rref function from substack (ec69ce8)