We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All of the following should be possible with pnfindiff at some point of the future, ideally, documented in example notebooks.
pnfindiff
Evaluate the numerical derivative f'(x_0) of a function f: R -> R at point x_0
f'(x_0)
f: R -> R
x_0
f
Evaluate the numerical derivative (D f) (x_0) of a function f: R^n -> R^m at point x_0
(D f) (x_0)
f: R^n -> R^m
(L f)(Xn)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All of the following should be possible with
pnfindiff
at some point of the future, ideally, documented in example notebooks.Basic scalar derivatives:
Evaluate the numerical derivative
f'(x_0)
of a functionf: R -> R
at pointx_0
x_0
x_0
with a non-uniform gridf
Basic multivariate derivatives
Evaluate the numerical derivative
(D f) (x_0)
of a functionf: R^n -> R^m
at pointx_0
Advanced features
(L f)(Xn)
with FD. This is not the same as batched evaluation, because for instance, boundary nodes may use forward schemes, and central nodes use central schemes. (https://numpy.org/doc/stable/reference/generated/numpy.gradient.html)The text was updated successfully, but these errors were encountered: