This returns the second norm of the variable.
- For a
Doubletype, it returns the absolute value. - For a
Array 3Dtype, it returns the magnitude of the 3D vector. - For a
Vectortype, it returns root square sum of the vector. - For a
Matrixtype, it returns the frobenius norm.