Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 30, 2020 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/d5605b77c53b7a8c14eb441ab74511f9 to your computer and use it in GitHub Desktop.
Save r-ryantm/d5605b77c53b7a8c14eb441ab74511f9 to your computer and use it in GitHub Desktop.
/nix/store/895xz1vvq05z76gn7p05n33ifjca43aq-ceres-solver-2.0.0
├── include
│   └── ceres
│   ├── autodiff_cost_function.h
│   ├── autodiff_first_order_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
│   ├── first_order_function.h
│   ├── gradient_checker.h
│   ├── gradient_problem.h
│   ├── gradient_problem_solver.h
│   ├── internal
│   │   ├── array_selector.h
│   │   ├── autodiff.h
│   │   ├── config.h
│   │   ├── disable_warnings.h
│   │   ├── eigen.h
│   │   ├── fixed_array.h
│   │   ├── householder_vector.h
│   │   ├── integer_sequence_algorithm.h
│   │   ├── line_parameterization.h
│   │   ├── memory.h
│   │   ├── numeric_diff.h
│   │   ├── parameter_dims.h
│   │   ├── port.h
│   │   ├── reenable_warnings.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
│   └── libceres.a
└── lib64 -> lib
7 directories, 58 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment