Matrix or vector norm.
Parameters: | x : array, shape (M,) or (M, N) ord : number, or {None, 1, -1, 2, -2, inf, -inf, ‘fro’}
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns: | n : float
|
Notes
For values ord < 0, the result is, strictly speaking, not a mathematical ‘norm’, but it may still be useful for numerical purposes.