Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dunsymmetric_linear_solver_test.cc59 void TestSolver(const LinearSolver::Options& options) { in TestSolver() function in ceres::internal::UnsymmetricLinearSolverTest
137 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 …]
Diterative_schur_complement_solver_test.cc75 AssertionResult TestSolver(double* D) { in TestSolver() function in ceres::internal::IterativeSchurComplementSolverTest
121 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()