mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix Problem::Evaluate documentation
Change-Id: I8c70a24743cff2d9cface99ef0f5d34c78f769c6
This commit is contained in:
@@ -383,7 +383,7 @@ class Problem {
|
||||
//
|
||||
// Problem problem;
|
||||
// double x = 1;
|
||||
// problem.Add(new MyCostFunction, NULL, &x);
|
||||
// problem.AddResidualBlock(new MyCostFunction, NULL, &x);
|
||||
//
|
||||
// double cost = 0.0;
|
||||
// problem.Evaluate(Problem::EvaluateOptions(), &cost, NULL, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user