mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
ClangTidy fixes
Change-Id: I421b29e218c045c5d8bef42c840fa366d7c011fc
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
// (https://en.wikipedia.org/wiki/Rosenbrock_function) using
|
||||
// GradientProblemSolver using automatically computed derivatives.
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "absl/log/initialize.h"
|
||||
#include "ceres/ceres.h"
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
// GradientProblemSolver using analytic derivatives.
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
#include "absl/log/initialize.h"
|
||||
#include "ceres/ceres.h"
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
// differentiation.
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
#include "absl/log/initialize.h"
|
||||
#include "ceres/ceres.h"
|
||||
|
||||
@@ -31,8 +31,10 @@
|
||||
#include "ceres/gradient_problem.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include "absl/log/check.h"
|
||||
#include "ceres/manifold.h"
|
||||
|
||||
namespace ceres {
|
||||
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "ceres/gradient_problem_solver.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "ceres/gradient_problem.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
|
||||
#include "ceres/gradient_problem.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "ceres/manifold.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace ceres::internal {
|
||||
|
||||
@@ -29,8 +29,10 @@
|
||||
// Author: sameeragarwal@google.com (Sameer Agarwal)
|
||||
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
|
||||
#include "ceres/ceres.h"
|
||||
#include "ceres/types.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace ceres::internal {
|
||||
|
||||
Reference in New Issue
Block a user