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

Conjugate-class

The Conjugate class.


Description

This class represents the complex conjugate of an expression.

Usage

Conjugate(expr)

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

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

## S4 method for signature 'Conjugate'
is_incr(object, idx)

## S4 method for signature 'Conjugate'
is_decr(object, idx)

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

## S4 method for signature 'Conjugate'
is_hermitian(object)

Arguments

expr

An Expression or R numeric data.

object

A Conjugate object.

values

A list of arguments to the atom.

idx

An index into the atom.

Methods (by generic)

  • to_numeric: Elementwise complex conjugate of the constant.

  • dim_from_args: The (row, col) dimensions of the expression.

  • is_incr: Is the composition weakly increasing in argument idx?

  • is_decr: Is the composition weakly decreasing in argument idx?

  • is_symmetric: Is the expression symmetric?

  • is_hermitian: Is the expression hermitian?

Slots

expr

An Expression or R numeric data.


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.