JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems
Other
324 stars 66 forks source link

Make it GPU friendly. #242

Closed pkofod closed 4 years ago

pkofod commented 4 years ago

Loops are probably not that important here, and this allows #234 to go through if autoscale is set to false. mapsplices would be nice to have because it makes it easy to allow for autoscale to be enabled.