We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac7e66 commit 8740a48Copy full SHA for 8740a48
src/ParametricManoptDev.jl
@@ -292,7 +292,7 @@ function solve_RLM_sparse(fg)
292
p0 = deepcopy(fro_p)
293
294
initial_residual_values = zeros(num_components)
295
- initial_jacF = Float64.(getSparsityPattern(fg))
+ initial_jacobian_f = Float64.(getSparsityPattern(fg))
296
297
#HEX solve
298
# sparse J 0.025235 seconds (133.65 k allocations: 9.964 MiB
@@ -309,7 +309,7 @@ function solve_RLM_sparse(fg)
309
num_components;
310
evaluation=InplaceEvaluation(),
311
initial_residual_values,
312
- initial_jacF,
+ initial_jacobian_f,
313
)
314
315
return vartypeslist, lm_r
0 commit comments