Description Usage Arguments Value Examples
Make L-th Norm Function Function factory to create the L-th norm
1 | makeVecNorm(L)
|
L |
numeric. The l-norm to create |
a function which calculates the L-th norm of a vector
1 2 | l2_norm <- makeVecNorm(L = 2)
l3_norm <- makeVecNorm(L = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.