HomeSort by relevance Sort by last modified time
    Searched refs:LinearLeastSquaresProblem (Results 1 - 12 of 12) sorted by null

  /external/ceres-solver/internal/ceres/
linear_least_squares_problems.h 45 struct LinearLeastSquaresProblem {
46 LinearLeastSquaresProblem()
65 LinearLeastSquaresProblem* CreateLinearLeastSquaresProblemFromId(int id);
66 LinearLeastSquaresProblem* CreateLinearLeastSquaresProblemFromFile(
69 LinearLeastSquaresProblem* LinearLeastSquaresProblem0();
70 LinearLeastSquaresProblem* LinearLeastSquaresProblem1();
71 LinearLeastSquaresProblem* LinearLeastSquaresProblem2();
72 LinearLeastSquaresProblem* LinearLeastSquaresProblem3();
linear_least_squares_problems.cc 51 LinearLeastSquaresProblem* CreateLinearLeastSquaresProblemFromId(int id) {
68 LinearLeastSquaresProblem* CreateLinearLeastSquaresProblemFromFile(
77 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem;
126 LinearLeastSquaresProblem* CreateLinearLeastSquaresProblemFromFile(
153 LinearLeastSquaresProblem* LinearLeastSquaresProblem0() {
154 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem;
250 LinearLeastSquaresProblem* LinearLeastSquaresProblem1() {
254 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem
    [all...]
iterative_schur_complement_solver_test.cc 62 scoped_ptr<LinearLeastSquaresProblem> problem(
schur_eliminator_test.cc 56 scoped_ptr<LinearLeastSquaresProblem>
63 scoped_ptr<LinearLeastSquaresProblem>
69 void SetupHelper(LinearLeastSquaresProblem* problem) {
unsymmetric_linear_solver_test.cc 48 scoped_ptr<LinearLeastSquaresProblem> problem(
block_sparse_matrix_test.cc 49 scoped_ptr<LinearLeastSquaresProblem> problem(
implicit_schur_complement_test.cc 58 scoped_ptr<LinearLeastSquaresProblem> problem(
schur_complement_solver_test.cc 50 scoped_ptr<LinearLeastSquaresProblem> problem(
compressed_row_sparse_matrix_test.cc 69 scoped_ptr<LinearLeastSquaresProblem> problem(
dense_sparse_matrix_test.cc 72 scoped_ptr<LinearLeastSquaresProblem> problem(
partitioned_matrix_view_test.cc 52 scoped_ptr<LinearLeastSquaresProblem> problem(
visibility_based_preconditioner_test.cc 69 scoped_ptr<LinearLeastSquaresProblem> problem(

Completed in 147 milliseconds