We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86110b7 commit 24c8835Copy full SHA for 24c8835
1 file changed
CImg.h
@@ -33353,7 +33353,7 @@ namespace cimg_library {
33353
bool flag = true;
33354
for (l = k; l>=1; --l) {
33355
nm = l - 1;
33356
- if (l==1 || cimg::abs(rv1[l])<=eps*anorm) { flag = false; break; }
+ if (l==0 || cimg::abs(rv1[l])<=eps*anorm) { flag = false; break; }
33357
if (cimg::abs(S[nm])<=eps*anorm) break;
33358
}
33359
if (flag) {
0 commit comments