Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 8, 2018 03:52
Show Gist options
  • Save ryantm/12d57ed67687bd3c67a7d582ae34e41d to your computer and use it in GitHub Desktop.
Save ryantm/12d57ed67687bd3c67a7d582ae34e41d to your computer and use it in GitHub Desktop.
/nix/store/mvj86dhnflivspnsg5j28bvvxs3cqxb2-ceres-solver-1.14.0
├── include
│   └── ceres
│   ├── autodiff_cost_function.h
│   ├── autodiff_local_parameterization.h
│   ├── c_api.h
│   ├── ceres.h
│   ├── conditioned_cost_function.h
│   ├── context.h
│   ├── cost_function.h
│   ├── cost_function_to_functor.h
│   ├── covariance.h
│   ├── crs_matrix.h
│   ├── cubic_interpolation.h
│   ├── dynamic_autodiff_cost_function.h
│   ├── dynamic_cost_function.h
│   ├── dynamic_cost_function_to_functor.h
│   ├── dynamic_numeric_diff_cost_function.h
│   ├── evaluation_callback.h
│   ├── fpclassify.h
│   ├── gradient_checker.h
│   ├── gradient_problem.h
│   ├── gradient_problem_solver.h
│   ├── internal
│   │   ├── autodiff.h
│   │   ├── config.h
│   │   ├── disable_warnings.h
│   │   ├── eigen.h
│   │   ├── fixed_array.h
│   │   ├── macros.h
│   │   ├── manual_constructor.h
│   │   ├── numeric_diff.h
│   │   ├── port.h
│   │   ├── reenable_warnings.h
│   │   ├── scoped_ptr.h
│   │   └── variadic_evaluate.h
│   ├── iteration_callback.h
│   ├── jet.h
│   ├── local_parameterization.h
│   ├── loss_function.h
│   ├── normal_prior.h
│   ├── numeric_diff_cost_function.h
│   ├── numeric_diff_options.h
│   ├── ordered_groups.h
│   ├── problem.h
│   ├── rotation.h
│   ├── sized_cost_function.h
│   ├── solver.h
│   ├── tiny_solver_autodiff_function.h
│   ├── tiny_solver_cost_function_adapter.h
│   ├── tiny_solver.h
│   ├── types.h
│   └── version.h
├── lib
│   ├── cmake
│   │   └── Ceres
│   │   ├── CeresConfig.cmake
│   │   ├── CeresConfigVersion.cmake
│   │   ├── CeresTargets.cmake
│   │   ├── CeresTargets-release.cmake
│   │   ├── FindEigen.cmake
│   │   ├── FindGflags.cmake
│   │   └── FindGlog.cmake
│   └── libceres.a
└── lib64 -> lib
7 directories, 57 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment