DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


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.