suggestion: SVD in eigen.py should be removed to a correct place #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The class
SVD
ineigen.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
.