Complex2Real.conj_canon: Complex canonicalizer for the conjugate atom

View source: R/complex2real.R

Complex2Real.conj_canonR Documentation

Complex canonicalizer for the conjugate atom

Description

Complex canonicalizer for the conjugate atom

Usage

Complex2Real.conj_canon(expr, real_args, imag_args, real2imag)

Arguments

expr

An Expression object

real_args

A list of Constraint objects for the real part of the expression

imag_args

A list of Constraint objects for the imaginary part of the expression

real2imag

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

Value

A canonicalization of a conjugate atom, where the returned variables are the real components and negative of the imaginary component.


CVXR documentation built on Oct. 31, 2022, 1:07 a.m.