Searched refs:BadTestTerm (Results 1 – 1 of 1) sorted by relevance
107 class BadTestTerm : public CostFunction { class109 BadTestTerm(int arity, int const *dim) : arity_(arity) { in BadTestTerm() function in ceres::internal::BadTestTerm182 BadTestTerm bad_term(arity, dim); in TEST()183 typedef GradientChecker<BadTestTerm, 1, 2, 3, 4> BadTermGradientChecker; in TEST()