Searched refs:ComputeAndCompareSolutions (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dschur_complement_solver_test.cc94 void ComputeAndCompareSolutions( function in class:ceres::internal::SchurComplementSolverTest
142 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, SUITE_SPARSE);
143 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, SUITE_SPARSE);
144 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, SUITE_SPARSE);
145 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, SUITE_SPARSE);
151 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, CX_SPARSE);
152 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, CX_SPARSE);
153 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, CX_SPARSE);
154 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, CX_SPARSE);
161 ComputeAndCompareSolutions(
[all...]

Completed in 40 milliseconds