Learn R Programming

CVXR (version 1.0-14)

complex-methods: Complex Properties

Description

Determine if an expression is real, imaginary, or complex.

Usage

is_real(object)

is_imag(object)

is_complex(object)

Value

A logical value.

Arguments

object

An Expression object.