scicubator / nimfa

nimfa - A Python Library for Nonnegative Matrix Factorization Techniques
http://nimfa.biolab.si
0 stars 1 forks source link

Matrix norms #2

Open marianotepper opened 8 years ago

marianotepper commented 8 years ago

In utils.linalg.norm, why not use the already implemented norm functions in scipy.sparse.linalg, instead of re-implementing everything from scratch? This would allow to seamlessly add the axis parameter, which is very handy oftentimes.