mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Refactored DynamicNumericDiffCostFunction to use NumericDiff
Change-Id: I2fc4b203e984beaa7af96fb3cbe8ce14e5bca614
This commit is contained in:
@@ -282,6 +282,8 @@ class NumericDiffCostFunction
|
||||
SizedCostFunction<kNumResiduals, \
|
||||
N0, N1, N2, N3, N4, \
|
||||
N5, N6, N7, N8, N9>::num_residuals(), \
|
||||
block, \
|
||||
N ## block, \
|
||||
parameters_reference_copy.get(), \
|
||||
jacobians[block])) { \
|
||||
return false; \
|
||||
|
||||
Reference in New Issue
Block a user