norm | R Documentation |
norm(X)
returns the largest singular value of X
; it is
equivalent to svd(X, nu = 0, nv = 0)$d[1]
.
norm(X)
X |
a numeric matrix. |
The largest singular value of X
.
Øyvind Langsrud and Bjørn-Helge Mevik
svd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.