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

2015-02-14 Thread eigen
=nodenode=4702678i=0 wrote: snip 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). Preferably *not* this list as this doesn't really seem to be about developing

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:

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

[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 this error means