Norm: norm

32-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 Aug. 23, 2026, 5:10 p.m.

Related to Norm in MPCR...