Searched refs:TestSolver (Results 1 – 2 of 2) sorted by relevance
59 void TestSolver(const LinearSolver::Options& options) { in TestSolver() function in ceres::internal::UnsymmetricLinearSolverTest137 TestSolver(options); in TEST_F()144 TestSolver(options); in TEST_F()152 TestSolver(options); in TEST_F()159 TestSolver(options); in TEST_F()170 TestSolver(options); in TEST_F()179 TestSolver(options); in TEST_F()188 TestSolver(options); in TEST_F()199 TestSolver(options); in TEST_F()208 TestSolver(options); in TEST_F()[all …]
75 AssertionResult TestSolver(double* D) { in TestSolver() function in ceres::internal::IterativeSchurComplementSolverTest121 EXPECT_TRUE(TestSolver(NULL)); in TEST_F()122 EXPECT_TRUE(TestSolver(D_.get())); in TEST_F()127 EXPECT_TRUE(TestSolver(NULL)); in TEST_F()128 EXPECT_TRUE(TestSolver(D_.get())); in TEST_F()