-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eigs function error #1
Comments
Hi, |
i'm using the SHREC14LSSTB 3D models, and your code works fine for some of the models and the others meet the above problem. I'm wondering how to set the sigma value -1e-5 when computing eigs function. Thanks! |
I never used this dataset,however,most of datasets contain incomplete 3D models.Most algorithms can not handle meshes with holes and gaps.Maybe this is the reason why you made mistakes.I suggest you fix those models first. |
thank your for your advice, i'll try it. |
Hi,
I'm having a problem using the eigs function in OFF2HKS.m file line 50:
[evecs evals] = eigs(W, Am, nev, -1e-5);
The error that I'm getting is:
??? Error using ==> eigs>checkInputs/LUfactorAminusSigmaB at 1136
(A-sigma*B)is singular. The shift is an eigenvalue.
Try to use some other shift please.
Error in ==> eigs>checkInputs at 899
[L,U,pp,qq,dgAsB] = LUfactorAminusSigmaB;
Error in ==> eigs at 94
[A,Amatrix,isrealprob,issymA,n,B,classAB,k,eigs_sigma,whch, ...
The text was updated successfully, but these errors were encountered: