vecnorm: Norm of a vector

Description Usage Arguments Details Value See Also Examples

View source: R/vecnorm.R

Description

Find the norm of a vector

Usage

1

Arguments

b

a vector

Details

Find the norm of a vector

Value

the norm

See Also

Other linear: choleskymatrix(), detmatrix(), gdls(), invmatrix(), iterativematrix, lumatrix(), refmatrix(), rowops, tridiagmatrix()

Examples

1
2
x <- c(1, 2, 3)
vecnorm(x)

cmna documentation built on July 14, 2021, 5:11 p.m.