imag_expr: Extract Imaginary Part of Expression

View source: R/031_atoms_affine_imag.R

imag_exprR Documentation

Extract Imaginary Part of Expression

Description

Returns the imaginary part of a complex expression. R's native Im() dispatches here for CVXR expressions via the Complex S3 group handler.

Usage

imag_expr(expr)

Arguments

expr

A CVXR Expression.

Value

An Imag_ atom.


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