Last chance! 50% off unlimited learning
Sale ends in
This class represents the sum of the k
smallest eigenvalues of a matrix.
LambdaSumSmallest(A, k)
Returns the sum of the k smallest eigenvalues of a matrix.
An Expression or numeric matrix.
A positive integer.