Home | History | Annotate | Download | only in ceres

Lines Matching defs:x_

202     x_[0] =  3.0;
203 x_[1] = -1.0;
204 x_[2] = 0.0;
205 x_[3] = 1.0;
208 new AutoDiffCostFunction<F1, 1, 1, 1>(new F1), NULL, &x_[0], &x_[1]);
210 new AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x_[2], &x_[3]);
212 new AutoDiffCostFunction<F3, 1, 1, 1>(new F3), NULL, &x_[1], &x_[2]);
214 new AutoDiffCostFunction<F4, 1, 1, 1>(new F4), NULL, &x_[0], &x_[3]);
269 double x_[4];