Questions about DSYGV
DSYGV computes all the eigenvalues, and optionally, the eigenvectors
of a real generalized symmetric-definite eigenproblem, of the form
A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x.
Here A and B are assumed to be symmetric and B is also positive definite.
However in my case, I have to deal with B matrix which is definite non-negative symmetric. Zero should be one eigenvalue, but using this routine, I can not get it. Could someone help me or teach me how to handle this problem?
Thank you very much!
of a real generalized symmetric-definite eigenproblem, of the form
A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x.
Here A and B are assumed to be symmetric and B is also positive definite.
However in my case, I have to deal with B matrix which is definite non-negative symmetric. Zero should be one eigenvalue, but using this routine, I can not get it. Could someone help me or teach me how to handle this problem?
Thank you very much!