makeVecNorm: Make L-th Norm Function Function factory to create the L-th...

Description Usage Arguments Value Examples

View source: R/matrix_tools.R

Description

Make L-th Norm Function Function factory to create the L-th norm

Usage

1

Arguments

L

numeric. The l-norm to create

Value

a function which calculates the L-th norm of a vector

Examples

1
2
l2_norm <- makeVecNorm(L = 2)
l3_norm <- makeVecNorm(L = 3)

burch-cm/kittius documentation built on March 11, 2021, 5:40 a.m.