View source: R/082_atoms_mixed_norm.R
| mixed_norm | R Documentation |
L_{p,q} norm): column-wise p-norm, then q-normMixed norm (L_{p,q} norm): column-wise p-norm, then q-norm
mixed_norm(X, p = 2, q = 1)
X |
An Expression (matrix) |
p |
Inner norm parameter (default 2) |
q |
Outer norm parameter (default 1) |
An Expression representing the mixed norm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.