Norm: norm

33-NormR Documentation

norm

Description

Compute norm.

Usage

## S4 method for signature 'Rcpp_MPCR'
norm(x, type = "O")

Arguments

x

An MPCR object.

type

"O"-ne, "I"-nfinity, "F"-robenius, "M"-ax modulus, and "1" norms.

Value

An MPCR object.

Examples

  

library(MPCR)

x <- as.MPCR(1:20,precision="double")
norm(x, type="O")


MPCR documentation built on April 13, 2025, 5:08 p.m.

Related to Norm in MPCR...