Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Complex2Real.canonicalize_tree

Recursively Canonicalizes a Complex Expression.


Description

Recursively Canonicalizes a Complex Expression.

Usage

Complex2Real.canonicalize_tree(expr, real2imag, leaf_map)

Arguments

expr

An Expression object.

real2imag

A list mapping the ID of the real part of a complex expression to the ID of its imaginary part.

leaf_map

A map that consists of a tree representation of the expression.

Value

A list of the parsed out real and imaginary components of the expression that was constructed by performing the canonicalization of each leaf in the tree.


CVXR

Disciplined Convex Optimization

v1.0-10
Apache License 2.0 | file LICENSE
Authors
Anqi Fu [aut, cre], Balasubramanian Narasimhan [aut], David W Kang [aut], Steven Diamond [aut], John Miller [aut], Stephen Boyd [ctb], Paul Kunsberg Rosenfield [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.