mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix typos in documentation
Change-Id: I1d39fe777c87d3480bc403ec4602dd2dd9284839
This commit is contained in:
@@ -2434,8 +2434,8 @@ be constructed as
|
||||
class EvaluationCallback {
|
||||
public:
|
||||
virtual ~EvaluationCallback() = default;
|
||||
virtual void PrepareForEvaluation()(bool evaluate_jacobians
|
||||
bool new_evaluation_point) = 0;
|
||||
virtual void PrepareForEvaluation(bool evaluate_jacobians,
|
||||
bool new_evaluation_point) = 0;
|
||||
};
|
||||
|
||||
.. function:: void EvaluationCallback::PrepareForEvaluation(bool evaluate_jacobians, bool new_evaluation_point)
|
||||
|
||||
Reference in New Issue
Block a user