You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, svd_approx sits in matfree.decomp but there will likely be more eigenvalue-related functions at some point soon.
I propose moving svd_approx to a new module, e.g. matfree.eig, where it does not clutter the decomp namespace and can start attracting more eigenvalue codes.
The text was updated successfully, but these errors were encountered:
Currently, svd_approx sits in matfree.decomp but there will likely be more eigenvalue-related functions at some point soon.
I propose moving
svd_approx
to a new module, e.g.matfree.eig
, where it does not clutter thedecomp
namespace and can start attracting more eigenvalue codes.The text was updated successfully, but these errors were encountered: