Nothing
#####
## DO NOT EDIT THIS FILE!! EDIT THE SOURCE INSTEAD: rsrc_tree/reductions/dgp2dcp/canonicalizers/prod_canon.R
#####
## CVXPY SOURCE: reductions/dgp2dcp/canonicalizers/prod_canon.py
## DGP canonicalizer for Prod: product -> sum in log-space
## prod(x) in original space = sum(log(x)) in log-space
.dgp_prod_canon <- function(expr, args) {
list(SumEntries(args[[1L]], axis = expr@axis, keepdims = expr@keepdims), list())
}
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.