mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Minor corrections to the documentation.
Thanks to Satya Mallick for reporting these. Change-Id: Ia52e08a7e21d5247dc475cfbf10bf57265aa118f
This commit is contained in:
@@ -30,7 +30,7 @@ when :math:`\rho_i(x) = x`, i.e., the identity function, we get the
|
||||
more familiar `non-linear least squares problem
|
||||
<http://en.wikipedia.org/wiki/Non-linear_least_squares>`_.
|
||||
|
||||
.. math:: \frac{1}{2}\sum_{i=1} \left\|f_i\left(x_{i_1}, ... ,x_{i_k}\right)\right\|^2.
|
||||
.. math:: \frac{1}{2}\sum_{i} \left\|f_i\left(x_{i_1}, ... ,x_{i_k}\right)\right\|^2.
|
||||
:label: ceresproblem2
|
||||
|
||||
In this chapter we will learn how to solve :eq:`ceresproblem` using
|
||||
|
||||
Reference in New Issue
Block a user