Add documentation for examples

Also remove random.h which is not used anymore.

Change-Id: I389a0fc0fd771619e179dcf305bb0991ad1d82ff
This commit is contained in:
Sameer Agarwal
2023-09-28 14:14:00 -07:00
parent e6b2f532b4
commit 0fc3fd4fce
7 changed files with 27 additions and 62 deletions
+4
View File
@@ -27,6 +27,10 @@
// 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 analytic derivatives.
#include "ceres/ceres.h"
#include "glog/logging.h"