View source: R/093_atoms_norm.R
| cvxr_norm | R Documentation |
Compute a norm of an expression
cvxr_norm(x, p = 2, axis = NULL, keepdims = FALSE, max_denom = 1024L)
x |
An Expression |
p |
Norm type: 1, 2, Inf, or "fro" (Frobenius) |
axis |
NULL (all), 0 (columns), or 1 (rows) |
keepdims |
Logical |
max_denom |
Integer max denominator |
A norm atom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.