Lines Matching refs:x_ref
190 VectorXd x_ref(n); in testLmder1() local
191 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder1()
192 VERIFY_IS_APPROX(x, x_ref); in testLmder1()
220 VectorXd x_ref(n); in testLmder() local
221 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder()
222 VERIFY_IS_APPROX(x, x_ref); in testLmder()
305 VectorXd x_ref(n); in testHybrj1() local
306 x_ref << in testHybrj1()
310 VERIFY_IS_APPROX(x, x_ref); in testHybrj1()
340 VectorXd x_ref(n); in testHybrj() local
341 x_ref << in testHybrj()
345 VERIFY_IS_APPROX(x, x_ref); in testHybrj()
392 VectorXd x_ref(n); in testHybrd1() local
393 …x_ref << -0.5706545, -0.6816283, -0.7017325, -0.7042129, -0.701369, -0.6918656, -0.665792, -0.5960… in testHybrd1()
394 VERIFY_IS_APPROX(x, x_ref); in testHybrd1()
423 VectorXd x_ref(n); in testHybrd() local
424 x_ref << in testHybrd()
428 VERIFY_IS_APPROX(x, x_ref); in testHybrd()
495 VectorXd x_ref(n); in testLmstr1() local
496 x_ref << 0.08241058, 1.133037, 2.343695 ; in testLmstr1()
497 VERIFY_IS_APPROX(x, x_ref); in testLmstr1()
525 VectorXd x_ref(n); in testLmstr() local
526 x_ref << 0.08241058, 1.133037, 2.343695; in testLmstr()
527 VERIFY_IS_APPROX(x, x_ref); in testLmstr()
580 VectorXd x_ref(n); in testLmdif1() local
581 x_ref << 0.0824106, 1.1330366, 2.3436947; in testLmdif1()
582 VERIFY_IS_APPROX(x, x_ref); in testLmdif1()
611 VectorXd x_ref(n); in testLmdif() local
612 x_ref << 0.08241058, 1.133037, 2.343695; in testLmdif()
613 VERIFY_IS_APPROX(x, x_ref); in testLmdif()