LambdaMax-class {CVXR}R Documentation

The LambdaMax class.

Description

The maximum eigenvalue of a matrix, \lambda_{\max}(A).

Usage

LambdaMax(A)

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

## S4 method for signature 'LambdaMax'
.domain(object)

## S4 method for signature 'LambdaMax'
.grad(object, values)

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

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

## S4 method for signature 'LambdaMax'
sign_from_args(object)

## S4 method for signature 'LambdaMax'
is_atom_convex(object)

## S4 method for signature 'LambdaMax'
is_atom_concave(object)

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

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

Arguments

A

An Expression or numeric matrix.

object

A LambdaMax object.

values

A list of arguments to the atom.

idx

An index into the atom.

Methods (by generic)

Slots

A

An Expression or numeric matrix.


[Package CVXR version 1.0-12 Index]