mdhaber / scipy

Scipy library main repository
http://scipy.org/scipylib/
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

ENH: optimize._differentiate: add function for numerical differentiation #106

Closed mdhaber closed 1 year ago

mdhaber commented 1 year ago

Reference issue

gh-18728

What does this implement/fix?

This is a draft of a numerical differentiation function using the framework developed in gh-18728.