Nothing
#####
## DO NOT EDIT THIS FILE!! EDIT THE SOURCE INSTEAD: rsrc_tree/reductions/complex2real/canonicalizers/pnorm_canon.R
#####
## CVXPY SOURCE: reductions/complex2real/canonicalizers/pnorm_canon.py
## Apply abs_canon first, then reapply the norm
c2r_pnorm_canon <- function(expr, real_args, imag_args, real2imag) {
abs_real_args <- c2r_abs_canon(expr, real_args, imag_args, real2imag)
list(expr_copy(expr, list(abs_real_args[[1L]])), NULL)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.