From eb04dc10c515b4dc4e3bba53a25fcddc135b2bb9 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Tue, 28 May 2013 11:01:20 -0700 Subject: [PATCH] Minor fix to tutorial.rst Change-Id: Idb4408dedf81ff96732b27b4e04cbaed9f257bf4 --- docs/source/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index bad5039d9..332992787 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -205,7 +205,7 @@ Notice the parallel from when we were using automatic differentiation new AutoDiffCostFunction(new CostFunctor); problem.AddResidualBlock(cost_function, NULL, &x); -The construction looks almost identical to the used for automatic +The construction looks almost identical to the one used for automatic differentiation, except for an extra template parameter that indicates the kind of finite differencing scheme to be used for computing the numerical derivatives [#f3]_. For more details see the documentation