feat: add multi-threading

main
Francesco Minnocci 1 year ago
parent 79f152caad
commit e22e0f6a4c
Signed by untrusted user: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -21,7 +21,7 @@ function solve(F, (G, roots) = start_system(F), maxsteps=10000)
H=homotopy(F,G)
solutions = []
for r in roots
@time Threads.@threads for r in roots
t = 1.0
step_size = 0.01
x0 = r

Loading…
Cancel
Save