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

Imag-class

The Imag class.


Description

This class represents the imaginary part of an expression.

Usage

Imag(expr)

## S4 method for signature 'Imag'
to_numeric(object, values)

## S4 method for signature 'Imag'
dim_from_args(object)

## S4 method for signature 'Imag'
is_imag(object)

## S4 method for signature 'Imag'
is_complex(object)

## S4 method for signature 'Imag'
is_symmetric(object)

Arguments

expr

An Expression representing a vector or matrix.

object

An Imag object.

values

A list of arguments to the atom.

Methods (by generic)

  • to_numeric: The imaginary part of the given value.

  • dim_from_args: The dimensions of the atom.

  • is_imag: Is the atom imaginary?

  • is_complex: Is the atom complex valued?

  • is_symmetric: Is the atom symmetric?

Slots

expr

An Expression representing a vector or matrix.


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.