This returns the second norm of the variable.
- For a
Double
type, it returns the absolute value. - For a
Array 3D
type, it returns the magnitude of the 3D vector. - For a
Vector
type, it returns root square sum of the vector. - For a
Matrix
type, it returns the frobenius norm.