mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 09:00:37 +08:00
Fix the docs for Problem::RemoveResidualBlock & Problem::RemoveParameterBlock
The documentation was out of date about how memory management is done in Problem. https://github.com/ceres-solver/ceres-solver/issues/699 Change-Id: Ie55027796bc372cdcbaaca2bf2c93643c303a8e5
This commit is contained in:
@@ -165,8 +165,8 @@ follows [#f2]_.
|
||||
And finally, if you would rather compute the derivatives by hand (say
|
||||
because the size of the parameter vector is too large to be
|
||||
automatically differentiated). Then you should define an instance of
|
||||
``FirstOrderFunction``, which is the analog of :class:`CostFunction`
|
||||
for non-linear least squares problems [#f3]_.
|
||||
`FirstOrderFunction`, which is the analog of :class:`CostFunction` for
|
||||
non-linear least squares problems [#f3]_.
|
||||
|
||||
.. code::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user