Python/linear_algebra/src
Calvin McCarter 54f765bdd0
Extend power iteration to handle complex Hermitian input matrices (#5925)
* works

python3 -m unittest discover --start-directory src --pattern "power*.py" --t . -v

* cleanup

* revert switch to unittest

* fix flake8
2022-02-02 21:05:05 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
conjugate_gradient.py fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00
lib.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
polynom_for_points.py fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00
power_iteration.py Extend power iteration to handle complex Hermitian input matrices (#5925) 2022-02-02 21:05:05 +01:00
rayleigh_quotient.py fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00
schur_complement.py added Schur complement to linear algebra (#4793) 2021-10-18 18:46:47 +02:00
test_linear_algebra.py Deduplicate euclidean_length method in Vector (#5658) 2021-10-31 22:16:02 +08:00
transformations_2d.py fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00