norm {madness} | R Documentation |
Matrix and vector norms.
Description
Compute the norm of a vector or matrix, as determined by the
type
.
Usage
maxeig(x)
## S4 method for signature 'madness'
maxeig(x)
## S4 method for signature 'madness,missing'
norm(x)
## S4 method for signature 'madness,ANY'
norm(x, type = "One")
Arguments
x |
|
type |
character string, specifying the type of matrix norm to be computed. A character indicating the type of norm desired.
The default is |
Value
the matrix norm, a non-negative number.
Note
This should probably be fixed to return a scalar, not a 1 by 1 matrix?
Author(s)
Steven E. Pav shabbychef@gmail.com
[Package madness version 0.2.8 Index]