Rcond: reciprocal condition

35-Reciprocal conditionR Documentation

reciprocal condition

Description

Compute matrix norm.

Usage

## S4 method for signature 'Rcpp_MPCR'
rcond(x, norm = "O", useInv = FALSE)

Arguments

x

An MPCR object.

norm

"O"-ne or "I"-nfinity norm.

useInv

TRUE to use the lower triangle only.

Value

An MPCR Object.

Examples


library(MPCR)

x <- as.MPCR(1:25,precision="double")
x$ToMatrix(5,5)

rcond(x)


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

Related to Rcond in MPCR...