Python/linear_algebra/src
Christian Clauss 64543faa98
Make some ruff fixes (#8154)
* Make some ruff fixes

* Undo manual fix

* Undo manual fix

* Updates from ruff=0.0.251
2023-03-01 17:23:33 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
conjugate_gradient.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
lib.py Make some ruff fixes (#8154) 2023-03-01 17:23:33 +01:00
polynom_for_points.py Raise error not string (#7945) 2022-11-06 15:54:44 +01:00
power_iteration.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
rayleigh_quotient.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
schur_complement.py fix: no implicit optional (#7984) 2022-11-15 14:55:14 +01:00
test_linear_algebra.py Misc fixes across multiple algorithms (#6912) 2022-10-16 10:55:38 +05:30
transformations_2d.py fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00