search for: liguowei1991

Displaying 5 results from an estimated 5 matches for "liguowei1991".

2015 Feb 02
5
error code 1 from Lapack routine 'dsyevr'
Thank you for your reply. Do you have any idea of how to get rid of the errors? I tried Null function to calculate eigenvectors and nearPD to get approximate positive definite matrix first but they also had errors. -- View this message in context: http://r.789695.n4.nabble.com/error-code-1-from-Lapack-routine-dsyevr-tp4702571p4702639.html Sent from the R devel mailing list archive at
2015 Feb 02
0
error code 1 from Lapack routine 'dsyevr'
On 02 Feb 2015, at 04:08 , eigen <liguowei1991 at gmail.com> wrote: > Thank you for your reply. Do you have any idea of how to get rid of the > errors? I tried Null function to calculate eigenvectors and nearPD to get > approximate positive definite matrix first but they also had errors. > How could we? All we know is that yo...
2015 Feb 02
0
error code 1 from Lapack routine 'dsyevr'
...f eigen untrace(eigen) If all goes well then eigen(lastEigenX) will cause the same error and you or someone on this list can see what is odd about that matrix (e.g., by looking at its singular values). Bill Dunlap TIBCO Software wdunlap tibco.com On Sun, Feb 1, 2015 at 7:08 PM, eigen <liguowei1991 at gmail.com> wrote: > Thank you for your reply. Do you have any idea of how to get rid of the > errors? I tried Null function to calculate eigenvectors and nearPD to get > approximate positive definite matrix first but they also had errors. > > > > -- > View this messag...
2015 Feb 02
1
error code 1 from Lapack routine 'dsyevr'
...Preferably *not* this list as this doesn't really seem to be about developing R or with/for it. R-Help would have been a more appropriate venue for a question such as this. G > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > On Sun, Feb 1, 2015 at 7:08 PM, eigen <liguowei1991 at gmail.com> wrote: > > > Thank you for your reply. Do you have any idea of how to get rid of the > > errors? I tried Null function to calculate eigenvectors and nearPD to get > > approximate positive definite matrix first but they also had errors. > > > > >...
2015 Jan 31
2
error code 1 from Lapack routine 'dsyevr'
Hi, I got an error message in my program saying "Error in eigen(gene_intersection.kernel) : error code 1 from Lapack routine 'dsyevr' Execution halted". As you see, I was trying to compute the eigenvalues of a matrix but got this error. Is there anyone who knows what this error means and how I can fix it? Theoretically the eigenvalues should be nonnegative, if it helps.