JuliaNLSolvers / NLsolve.jl

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

Fix bigfloat support by using copy over similar #248

Closed pkofod closed 4 years ago

pkofod commented 4 years ago

similar leaves the elements unallocated

fixes #247