I agree with what Andrew said.
It I may give my two cents, I believe the next logical use of LowLevelCallable 
in scipy would be scipy.integrate.solve_ivp. It is quite similar to 
scipy.integrate.quad which already accepts LowLeveCallable, and would similarly 
benefit from not paying the cost of a Python function call **in the case of 
very cheap integrands**.
_______________________________________________
SciPy-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scipy-dev.python.org/
Member address: [email protected]

Reply via email to