Home
last modified time | relevance | path

Searched refs:TestTerm (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
Dgradient_checking_cost_function_test.cc68 class TestTerm : public CostFunction { class
72 TestTerm(int arity, int const *dim) : arity_(arity) { in TestTerm() function in ceres::internal::TestTerm
163 TestTerm<-1, -1> term(arity, dim); in TEST()
219 TestTerm<1, 2> term(arity, dim); in TEST()
240 TestTerm<-1, -1> term(arity, dim); in TEST()