Nicholaswogan / NumbaMinpack

Python wrapper of Minpack (root finding) which can be called from within numba functions.
MIT License
32 stars 2 forks source link

Add an argument that takes in function that compute Jacobian #5

Open adyotag opened 1 year ago

adyotag commented 1 year ago

Would be great to add an argument that enables direct computation of the Jacobian. The argument could take an njit function that returns an array with the correct size.