Getting Started
Tutorials
Limitations
API Reference
Contributing
calculates L2 norm.
x (np.ndarray) – vector.(1-dim numpy ndarray)
y (np.ndarray) – vector.(1-dim numpy ndarray)
L2 norm of x and y.
np.float64