Mimic numpy's norm when ord is None (#30)
* mimic numpy's norm when ord==None
- When ord==None, numpy ravels the array and then computes the euclidean
norm.
* test norm when ord is None
* fixup! mimic numpy's norm when ord==None
Co-authored-by: Andreas Klöckner <inform@tiker.net>
Loading
Please register or sign in to comment