norm | R Documentation |
Compute matrix norm.
## S4 method for signature 'float32,ANY'
norm(x, type = c("O", "I", "F", "M", "2"))
x |
A float vector/matrix. |
type |
"O"-ne, "I"-nfinity, "F"-robenius, "M"-ax modulus, and "2" norms. |
A single float.
library(float)
s = flrunif(10, 3)
norm(s, type="O")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.