Complimentary eigenvalue of a matrix
How to obtain all the complimentary eigenvalues (also associated complimentary eigenvectors) of a given matrix. Complimentary eigenvalues and eigenvectors of a given matrix A of order n×n is the solution to the following system
x≥0n, Ax−λx≥0_n and ⟨x, Ax−λx⟩=0 where x(\neq 0_n)\in R^n
You can try to implement the algorithm from Fernandes-Júdice-Sherali-Forjaz.