Lines Matching refs:x_ref
88 VectorXd x_ref(n); in testLmder1() local
89 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder1()
90 VERIFY_IS_APPROX(x, x_ref); in testLmder1()
118 VectorXd x_ref(n); in testLmder() local
119 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder()
120 VERIFY_IS_APPROX(x, x_ref); in testLmder()
190 VectorXd x_ref(n); in testLmdif1() local
191 x_ref << 0.0824106, 1.1330366, 2.3436947; in testLmdif1()
192 VERIFY_IS_APPROX(x, x_ref); in testLmdif1()
221 VectorXd x_ref(n); in testLmdif() local
222 x_ref << 0.08241058, 1.133037, 2.343695; in testLmdif()
223 VERIFY_IS_APPROX(x, x_ref); in testLmdif()