Elementwise-class {CVXR}R Documentation

The Elementwise class.

Description

This virtual class represents an elementwise atom.

Usage

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

## S4 method for signature 'Elementwise'
validate_args(object)

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

Arguments

object

An Elementwise object.

Methods (by generic)


[Package CVXR version 1.0-12 Index]