33-Norm | R Documentation |
Compute norm.
## S4 method for signature 'Rcpp_MPCR'
norm(x, type = "O")
x |
An MPCR object. |
type |
"O"-ne, "I"-nfinity, "F"-robenius, "M"-ax modulus, and "1" norms. |
An MPCR object.
library(MPCR)
x <- as.MPCR(1:20,precision="double")
norm(x, type="O")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.