mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
fix formatting for public header files
- ensure all public headers files adhere to clang-format - preserve one-per-line for enums by adding trailing comma - preserve include order for en/disable_warning.h Change-Id: I78dbd0527a294ab2ec5f074fb426e48b20c393e6
This commit is contained in:
@@ -62,7 +62,8 @@ class CERES_EXPORT GradientProblemSolver {
|
||||
// Minimizer options ----------------------------------------
|
||||
LineSearchDirectionType line_search_direction_type = LBFGS;
|
||||
LineSearchType line_search_type = WOLFE;
|
||||
NonlinearConjugateGradientType nonlinear_conjugate_gradient_type = FLETCHER_REEVES;
|
||||
NonlinearConjugateGradientType nonlinear_conjugate_gradient_type =
|
||||
FLETCHER_REEVES;
|
||||
|
||||
// The LBFGS hessian approximation is a low rank approximation to
|
||||
// the inverse of the Hessian matrix. The rank of the
|
||||
|
||||
Reference in New Issue
Block a user