rcond | R Documentation |
Compute matrix norm.
## S4 method for signature 'float32'
rcond(x, norm = c("O", "I", "1"), triangular = FALSE, ...)
x |
A float vector/matrix. |
norm |
"O"-ne or "I"-nfinity norm. |
triangular |
Should only the lower triangle be used? |
... |
Additional arguments. |
A single float.
library(float)
s = flrunif(10, 3)
rcond(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.