matrix.norm | R Documentation |
Norm of a matrix
matrix.norm(
M,
type = c("operator", "entrywise", "Schatten", "rowcol", "colrow"),
p = 2,
q = p
)
M |
real matrix |
type |
type of matrix norm |
q |
norms indexed by q in the same type |
norm |
name of matrix norm |
pnorms |
indexed by p in the same type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.