Skip to content

This is an easy example showing how to use ceres-solver for generating jacobian matrix from autodiff.

Notifications You must be signed in to change notification settings

powei-lin/Jacobian-From-Ceres-Solver-AutoDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jacobian-From-Ceres-Solver-AutoDiff

This is an easy example showing how to use ceres-solver for generating jacobian matrix from autodiff.

// need to install ceres-solver first
mkdir build
cd build
cmake ..
make
./main

About

This is an easy example showing how to use ceres-solver for generating jacobian matrix from autodiff.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published