Python/linear_algebra/src
iradonov 4af5215042
added Schur complement to linear algebra (#4793)
* added schur complement and tests to linear algebra

* updated according to checklist

* updated variable names and typing

* added two testcases for input validation

* fixed import order

Co-authored-by: Ivan Radonov <ivan.radonov@ad.mentormate.bg>
2021-10-18 18:46:47 +02: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 Magnitude and Angle of Vector (#5225) 2021-10-12 11:51:27 +02: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 fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02: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 fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00
transformations_2d.py fix(mypy): type annotations for linear algebra algorithms (#4317) 2021-04-05 15:37:38 +02:00