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 -- scipy-dev@python.org
To unsubscribe send an email to scipy-dev-le...@python.org
https://mail.python.org/mailman3/lists/scipy-dev.python.org/
Member address: arch...@mail-archive.com

Reply via email to