matrix.norm: Norm of a matrix

View source: R/linalg.R

matrix.normR Documentation

Norm of a matrix

Description

Norm of a matrix

Usage

matrix.norm(
  M,
  type = c("operator", "entrywise", "Schatten", "rowcol", "colrow"),
  p = 2,
  q = p
)

Arguments

M

real matrix

type

type of matrix norm

q

norms indexed by q in the same type

norm

name of matrix norm

pnorms

indexed by p in the same type


wangtengyao/putils documentation built on Nov. 26, 2024, 2:01 a.m.