mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Port Ceres to Windows
This is a preliminary, but full, port of Ceres to Windows. Currently all tests compile and run, with only system_test failing to work correctly due to a path issue. Change-Id: I4152c1588bf51ffd7f4d9401ef9759f5d28c299c
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
#include "ceres/block_structure.h"
|
||||
#include "ceres/conjugate_gradients_solver.h"
|
||||
#include "ceres/implicit_schur_complement.h"
|
||||
#include "ceres/linear_solver.h"
|
||||
#include "ceres/triplet_sparse_matrix.h"
|
||||
#include "ceres/visibility_based_preconditioner.h"
|
||||
#include "ceres/internal/eigen.h"
|
||||
#include "ceres/internal/scoped_ptr.h"
|
||||
#include "ceres/linear_solver.h"
|
||||
|
||||
Reference in New Issue
Block a user