Python/linear_algebra/src
Maxim Smolskiy 94b3777936
Fix sphinx/build_docs warnings for linear_algebra (#12483)
* Fix sphinx/build_docs warnings for linear_algebra/

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-30 00:35:34 +03:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
conjugate_gradient.py Enable ruff NPY002 rule (#11336) 2024-04-01 21:39:31 +02:00
gaussian_elimination_pivoting.py Fix sphinx/build_docs warnings for linear_algebra (#12483) 2024-12-30 00:35:34 +03:00
lib.py compare-method added to Vector class in lib.py (#12448) 2024-12-28 03:17:48 -08:00
polynom_for_points.py feat: add testcase of polynom_for_points (#11811) 2024-10-07 08:30:11 +02:00
power_iteration.py Upgrade to Python 3.13 (#11588) 2024-09-30 23:01:15 +02:00
rank_of_matrix.py Fix sphinx/build_docs warnings for linear_algebra (#12483) 2024-12-30 00:35:34 +03:00
rayleigh_quotient.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
schur_complement.py Fix sphinx/build_docs warnings for linear_algebra (#12483) 2024-12-30 00:35:34 +03:00
test_linear_algebra.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
transformations_2d.py Fix sphinx/build_docs warnings for linear_algebra (#12483) 2024-12-30 00:35:34 +03:00