NumbaMinpack

Python wrapper of Minpack (root finding) which can be called from within numba functions.

Installation

In a virtualenv (see these instructions if you need to create one):

sudo apt install libgfortran5
pip3 install numbaminpack

Page last updated 2023-10-28 02:20:57 UTC