norm2: Euclidean 2-norm

View source: R/functions.R

norm2R Documentation

Euclidean 2-norm

Description

Compute the euclidean 2-norm of a vector x.

Usage

norm2(x)

Arguments

x

a vector.

Value

the euclidean 2-norm of x.


RestoreNet documentation built on May 29, 2024, 4 a.m.

Related to norm2 in RestoreNet...