inf_norm: L_inf norm of a matrix

View source: R/RcppExports.R

inf_normR Documentation

L_inf norm of a matrix

Description

Computes the inf norm of a matrix A, defined as L_inf A = max (1 <= I <= M) sum (1 <= J <= N) abs (A(I,J)).

Usage

inf_norm(A)

Arguments

A

A matrix.

Value

The inf norm of A.


jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.