mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Update glog path
Change-Id: I47a69cb267c71a9f8f3350c4f645e8cf83e44cc9
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
//
|
||||
// Author: sameeragarwal@google.com (Sameer Agarwal)
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/ceres.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
using ceres::AutoDiffCostFunction;
|
||||
using ceres::CostFunction;
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
//
|
||||
// Author: sameeragarwal@google.com (Sameer Agarwal)
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/ceres.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
// Data generated using the following octave code.
|
||||
// randn('seed', 23497);
|
||||
|
||||
@@ -128,11 +128,11 @@
|
||||
#ifndef CERES_PUBLIC_AUTODIFF_COST_FUNCTION_H_
|
||||
#define CERES_PUBLIC_AUTODIFF_COST_FUNCTION_H_
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/internal/autodiff.h"
|
||||
#include "ceres/internal/scoped_ptr.h"
|
||||
#include "ceres/sized_cost_function.h"
|
||||
#include "ceres/types.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
|
||||
|
||||
@@ -142,11 +142,11 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/jet.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/fixed_array.h"
|
||||
#include "ceres/internal/variadic_evaluate.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
#define CERES_PUBLIC_INTERNAL_FIXED_ARRAY_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <glog/logging.h>
|
||||
#include "Eigen/Core"
|
||||
#include "ceres/internal/macros.h"
|
||||
#include "ceres/internal/manual_constructor.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/jet.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/fixed_array.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
@@ -75,10 +75,10 @@
|
||||
#ifndef CERES_PUBLIC_LOSS_FUNCTION_H_
|
||||
#define CERES_PUBLIC_LOSS_FUNCTION_H_
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/internal/macros.h"
|
||||
#include "ceres/internal/scoped_ptr.h"
|
||||
#include "ceres/types.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
|
||||
|
||||
@@ -148,13 +148,13 @@
|
||||
#ifndef CERES_PUBLIC_NUMERIC_DIFF_COST_FUNCTION_H_
|
||||
#define CERES_PUBLIC_NUMERIC_DIFF_COST_FUNCTION_H_
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "Eigen/Dense"
|
||||
#include "ceres/cost_function.h"
|
||||
#include "ceres/internal/numeric_diff.h"
|
||||
#include "ceres/internal/scoped_ptr.h"
|
||||
#include "ceres/sized_cost_function.h"
|
||||
#include "ceres/types.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
#ifndef CERES_PUBLIC_SIZED_COST_FUNCTION_H_
|
||||
#define CERES_PUBLIC_SIZED_COST_FUNCTION_H_
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/types.h"
|
||||
#include "ceres/cost_function.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
#include "ceres/triplet_sparse_matrix.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/port.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#ifndef CERES_INTERNAL_DENSE_SPARSE_MATRIX_H_
|
||||
#define CERES_INTERNAL_DENSE_SPARSE_MATRIX_H_
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/sparse_matrix.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/macros.h"
|
||||
|
||||
@@ -34,13 +34,14 @@
|
||||
|
||||
#include "ceres/dense_sparse_matrix.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "ceres/casts.h"
|
||||
#include "ceres/linear_least_squares_problems.h"
|
||||
#include "ceres/matrix_proto.h"
|
||||
#include "ceres/triplet_sparse_matrix.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/scoped_ptr.h"
|
||||
#include "glog/logging.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
@@ -31,12 +31,11 @@
|
||||
#ifndef CERES_NO_LINE_SEARCH_MINIMIZER
|
||||
#include "ceres/line_search.h"
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "ceres/fpclassify.h"
|
||||
#include "ceres/evaluator.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/polynomial.h"
|
||||
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
|
||||
#ifndef CERES_NO_LINE_SEARCH_MINIMIZER
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include <vector>
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/port.h"
|
||||
|
||||
Reference in New Issue
Block a user