50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


CVXR (version 1.0-11)

LambdaSumSmallest: The LambdaSumSmallest atom.

Description

This class represents the sum of the k smallest eigenvalues of a matrix.

Usage

LambdaSumSmallest(A, k)

Value

Returns the sum of the k smallest eigenvalues of a matrix.

Arguments

A

An Expression or numeric matrix.

k

A positive integer.