conj_expr: Elementwise Complex Conjugate

View source: R/029_atoms_affine_conj.R

conj_exprR Documentation

Elementwise Complex Conjugate

Description

Returns the complex conjugate of an expression. For real expressions this is a no-op. R's native Conj() dispatches here for CVXR expressions via the Complex S3 group handler.

Usage

conj_expr(expr)

Arguments

expr

A CVXR Expression.

Value

A Conj_ atom.


CVXR documentation built on March 6, 2026, 9:10 a.m.