mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Add documentation for examples
Also remove random.h which is not used anymore. Change-Id: I389a0fc0fd771619e179dcf305bb0991ad1d82ff
This commit is contained in:
@@ -27,6 +27,11 @@
|
||||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
//
|
||||
// Author: sameeragarwal@google.com (Sameer Agarwal)
|
||||
//
|
||||
// Example of minimizing the Rosenbrock function
|
||||
// (https://en.wikipedia.org/wiki/Rosenbrock_function) using
|
||||
// GradientProblemSolver using derivatives computed using numeric
|
||||
// differentiation.
|
||||
|
||||
#include "ceres/ceres.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
Reference in New Issue
Block a user