mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix tests : we perform slightly worse because we do use one more function
evaluation in our numericaldiff than what (c)minpack did
This commit is contained in:
@@ -561,7 +561,7 @@ void testLmdif1()
|
||||
|
||||
// check return value
|
||||
VERIFY( 1 == info);
|
||||
VERIFY(nfev==21);
|
||||
VERIFY(nfev==26);
|
||||
|
||||
// check norm
|
||||
functor(x, fvec);
|
||||
@@ -592,7 +592,7 @@ void testLmdif()
|
||||
|
||||
// check return values
|
||||
VERIFY( 1 == info);
|
||||
VERIFY(lm.nfev==21);
|
||||
VERIFY(lm.nfev==26);
|
||||
|
||||
// check norm
|
||||
fnorm = lm.fvec.blueNorm();
|
||||
|
||||
Reference in New Issue
Block a user