*NRM, Name
, NormType
, ParR
, Normalize
Computes the norm of the specified matrix or vector.
Name
Matrix 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)
NormType
Mathematical norm to use:
L2 (Euclidian or SRSS) norm (default).
L1 (absolute sum) norm (vectors only).
Maximum norm.
ParR
Parameter name that contains the result.
Normalize
Normalization 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).