gen_lambda_max: Maximum generalized eigenvalue

View source: R/118_atoms_gen_lambda_max.R

gen_lambda_maxR Documentation

Maximum generalized eigenvalue

Description

Computes the maximum generalized eigenvalue lambda_max(A, B). Requires A symmetric and B positive semidefinite. This is a quasiconvex atom.

Usage

gen_lambda_max(A, B)

Arguments

A

A square symmetric matrix expression

B

A square PSD matrix expression of the same dimension as A

Value

An expression representing the maximum generalized eigenvalue


CVXR documentation built on March 6, 2026, 9:10 a.m.