RMF EOS solver (numba speed up version)
Functions to compute RMF Equation of state from given parameters. (numba speed up)
This module requires the optional NumbaMinpack dependency. Install the
fast extra before importing it:
pip install -e ".[fast]"
The standard RMF implementation remains available from RMF EOS solver without this optional dependency.