Re: Question: Can LowLevelCallable functions be beneficial to scipy.optimize performance?
"Gabriel Fougeron" <[email protected]> Mon, 19 Feb 2024 08:37:37 -0000
| Newsgroups | gmane.comp.python.scientific.devel |
|---|---|
| Message-ID | <[email protected]> |
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]