View source: R/NuclearnormCP.R
NuclearNormedCP | R Documentation |
Normalizes a positive semi-definite matrix by diving it by its nuclear norm (i.e., the sum of the square root of its eigen-values).
NuclearNormedCP(Y)
Y |
The matrix to normalize |
The normalized matrix
A <- toeplitz(c(1, 0.6))
NuclearNormedCP(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.