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

LambdaSumSmallest(A, k)

Arguments

A

An Expression or numeric matrix.

k

A positive integer.

Value

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