Fix few typos and alter a NULL to nullptr.

Fix typos in docs/source/features.rst and examples/helloworld.cc. Alter a NULL to nullptr in include/ceres/autodiff_cost_function.h

Change-Id: Ibcf00b6ef665ad6be9af14b3add2dd4f3852e7e6
This commit is contained in:
Bayes Nie
2020-05-24 16:08:52 +08:00
committed by Sameer Agarwal
parent cca93fed63
commit 303b078b50
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
// for a series of measurements, where there is an instance of the cost function
// for each measurement k.
//
// The actual cost added to the total problem is e^2, or (k - x'k)^2; however,
// The actual cost added to the total problem is e^2, or (k - x'y)^2; however,
// the squaring is implicitly done by the optimization framework.
//
// To write an auto-differentiable cost function for the above model, first