Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dlinear_least_squares_problems.h74 bool DumpLinearLeastSquaresProblem(const string& filename_base,
Dlevenberg_marquardt_strategy.cc123 if (!DumpLinearLeastSquaresProblem(per_solve_options.dump_filename_base, in ComputeStep()
Ddogleg_strategy.cc573 if (!DumpLinearLeastSquaresProblem(per_solve_options.dump_filename_base, in ComputeGaussNewtonStep()
Dlinear_least_squares_problems.cc605 bool DumpLinearLeastSquaresProblem(const string& filename_base, in DumpLinearLeastSquaresProblem() function