Python/linear_algebra/src
zakademic 533e36d32b
Add conjugate gradient method algorithm (#2486)
* Initial commit of the conjugate gradient method
* Update linear_algebra/src/conjugate_gradient.py
* Added documentation links, changed variable names to lower case and more descriptive naming, added check for symmetry in _is_matrix_spd
* Made changes to some variable naming to be more clear
* Update conjugate_gradient.py

Co-authored-by: Zeyad Zaky <zeyadzaky@Zeyads-MacBook-Pro.local>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
2020-12-12 10:10:23 +05:30
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
conjugate_gradient.py Add conjugate gradient method algorithm (#2486) 2020-12-12 10:10:23 +05:30
lib.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
polynom_for_points.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
power_iteration.py Linear algebra/power iteration (#2190) 2020-07-26 10:51:10 +02:00
rayleigh_quotient.py Changed the deprecated np.matrix to np.ndarray (#1923) 2020-05-01 17:42:41 +02:00
test_linear_algebra.py Fix imports for all namespace packages (#2506) 2020-09-28 23:41:04 +02:00
transformations_2d.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00