mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-12-23 19:50:16 +00:00
a64c9f1e7c
* Rewrite parts of Vector and Matrix methods * Refactor determinant method and add unit tests Refactor determinant method to create separate minor and cofactor methods. Add respective unit tests for new methods. Rename methods using snake case to follow Python naming conventions. * Reorganize Vector and Matrix methods * Update linear_algebra/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Fix punctuation and wording * Apply suggestions from code review Co-authored-by: John Law <johnlaw.po@gmail.com> * Deduplicate euclidean length method for Vector * Add more unit tests for Euclidean length method * Fix bug in unit test for euclidean_length * Remove old comments for magnitude method Co-authored-by: John Law <johnlaw.po@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
conjugate_gradient.py | ||
lib.py | ||
polynom_for_points.py | ||
power_iteration.py | ||
rayleigh_quotient.py | ||
schur_complement.py | ||
test_linear_algebra.py | ||
transformations_2d.py |