mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
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:
committed by
Sameer Agarwal
parent
cca93fed63
commit
303b078b50
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user