JuliaSmoothOptimizers / BundleAdjustmentModels.jl

Julia repository of bundle adjustment problems
Mozilla Public License 2.0
9 stars 5 forks source link

Explicitly set the residual's nnzh to 0 #78

Closed abelsiqueira closed 1 year ago

abelsiqueira commented 1 year ago

Here:

https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl/blob/ae55935c8313e8b49b34e9046f1178193a7527f2/src/BundleAdjustmentNLSFunctions.jl#L72

Otherwise it gets set to the maximum n * (n + 1) / 2.