Re: [Rd] error code 1 from Lapack routine 'dsyevr'

2015-02-14 Thread eigen
SendEmail.jtp?type=node&node=4702678&i=0>> wrote: > > > > > 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)

Re: [Rd] error code 1 from Lapack routine 'dsyevr'

2015-02-02 Thread eigen
Sorry for being unclear. I am using R x64 3.1.2 for simulation. Basically I got a matrix of genetic data and calculated the kernel matrix. Now I have trouble applying eigen function on the kernel matrix for a few simulations but not most of them. I tried other methods but none of them worked. I

Re: [Rd] error code 1 from Lapack routine 'dsyevr'

2015-02-02 Thread eigen
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

[Rd] error code 1 from Lapack routine 'dsyevr'

2015-01-31 Thread eigen
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