Skip to content
Unverified Commit 195b9416 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni Committed by GitHub
Browse files

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: default avatarAndreas Klöckner <inform@tiker.net>
parent a0447cc4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment