L2.norm2: The Squared Operator Norm

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

Calculate the squared operator norm of a matrix

Usage

1

Arguments

A

a matrix

Value

a scalar of the squared operator norm.

Author(s)

Binhuan Wang

Examples

1
2
A<-matrix(1:9,3,3);
L2.norm2(A);

Example output

[1] 283.8586

CVTuningCov documentation built on May 2, 2019, 7:23 a.m.