equilibrate
Equilibration of a rectangular or symmetric matrix
Description
Equilibrate a rectangular or symmetric matrix using 2-norm.
Usage
Arguments
| Argument | Description |
|---|---|
x |
a numeric matrix. |
scale |
a logical value, x must be scaled to norm unity? |
Value
For scale = TRUE , the equilibrated matrix. The scalings and an approximation
of the condition number, are returned as attributes "scales" and "condition" .
If x is a rectangular matrix, only the columns are equilibrated.