Computes a matrix norm of x, using Lapack for dense matrices.
The norm can be the one norm, the infinity norm, the Frobenius norm,
or the maximum modulus among elements of a matrix, as determined by
the value of type.
Usage
norm(x, type, ...)
Arguments
x
a real or complex matrix.
type
A character indicating the type of norm desired.
[object Object],[object Object],[object Object],[object Object]
The default is "O". Only the first character of
type[1] is used.
...
further arguments passed to or from other methods.
Value
A numeric value of class "norm", representing the quantity
chosen according to type.
Details
For dense matrices, the methods eventually call the Lapack functions
dlange, dlansy, dlantr, zlange,
zlansy, and zlantr.
References
Anderson, E., et al. (1994).
LAPACK User's Guide,
2nd edition, SIAM, Philadelphia.