*NRM, Name, NormType, ParR, Normalize
Computes the norm of the specified matrix or vector.
NameMatrix or vector for which the norm will be computed. This can be a dense matrix (created by the *DMAT command), a sparse matrix (created by the *SMAT command) or a vector (created by the *VEC command)
NormTypeMathematical norm to use:
L2 (Euclidian or SRSS) norm (default).
L1 (absolute sum) norm (vectors only).
Maximum norm.
ParRParameter name that contains the result.
NormalizeNormalization key; to be used only for vectors created by *VEC:
Normalize the vector such that the norm is 1.0.
Do not normalize the vector (default).