The class SVD in eigen.py should be moved to the correct place.
It would be good (but later) to separate linear solvers and matrix factorisations/decomposition; as you separated basic definitions of linear algebra in linalg.py.
The class `SVD` in `eigen.py` should be moved to the correct place.
It would be good (but later) to separate *linear solvers* and *matrix factorisations/decomposition*; as you separated basic definitions of linear algebra in `linalg.py`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The class
SVDineigen.pyshould be moved to the correct place.It would be good (but later) to separate linear solvers and matrix factorisations/decomposition; as you separated basic definitions of linear algebra in
linalg.py.