Re: [julia-users] ARPACKException(-3)

2014-02-05 Thread Elliot Saba
What version of julia are you on? Please send the output of `versioninfo()`. On Wed, Feb 5, 2014 at 2:39 PM, Micah McClimans wrote: > Julia is returning an ARPACKException(-3) with the following line: > > (pVals,pVecs)=eigs(covariance;nev=sigComponents,sigma=1,which="LM",tol=0.0 > ,ritzvec=true

[julia-users] ARPACKException(-3)

2014-02-05 Thread Micah McClimans
Julia is returning an ARPACKException(-3) with the following line: (pVals,pVecs)=eigs(covariance;nev=sigComponents,sigma=1,which="LM",tol=0.0 ,ritzvec=true,maxiter=1000) running on a 64-bit windows machine, covariance is positive definite. I'm not getting any useful debugging information, so I