35-Reciprocal condition | R Documentation |
Compute matrix norm.
## S4 method for signature 'Rcpp_MPCR'
rcond(x, norm = "O", useInv = FALSE)
x |
An MPCR object. |
norm |
"O"-ne or "I"-nfinity norm. |
useInv |
TRUE to use the lower triangle only. |
An MPCR Object.
library(MPCR)
x <- as.MPCR(1:25,precision="double")
x$ToMatrix(5,5)
rcond(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.