Python/linear_algebra/src
Christian Clauss 3f094fe49d
Ruff pandas vet (#10281)
* Python linting: Add ruff rules for Pandas-vet and Pytest-style

* updating DIRECTORY.md

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2023-10-11 14:30:02 -04: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 Ruff pandas vet (#10281) 2023-10-11 14:30:02 -04:00
polynom_for_points.py Reduce the complexity of linear_algebra/src/polynom_for_points.py (#8605) 2023-08-13 03:05:42 -07: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
rank_of_matrix.py Added rank of matrix in linear algebra (#8687) 2023-05-31 17:03:02 +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 Ruff pandas vet (#10281) 2023-10-11 14:30:02 -04:00
test_linear_algebra.py Ruff pandas vet (#10281) 2023-10-11 14:30:02 -04:00
transformations_2d.py fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00