DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TMatrix
Methods
Norm
See also:
Trace
Index
Statistical Background
Norm
Declaration:
TMatrix
.
Norm
(nt:
TNormType
): double;
The function
Norm
returns the matrix norm. The parameter
nt
controls which type of norm is calculated (see
TNormType
for details).
Hint:
Please note that calculating the spectral norm is considerably more time consuming than the calculation of the other norms.