-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
What does "multi point derivatives" mean? #181
Comments
That's just a header? I'm not sure what you're pointing to since that's just a header for derivatives, gradients, and jacobians. |
I pointed to the function In the docs the following list of headers exists:
The term derivative usually applies to a function FiniteDiff.jl/src/derivatives.jl Lines 71 to 74 in be7777f
|
They are different levels of headers. That's an H2 while the others are H3. |
It should just be multi-dimensional derivatives. I edited that already, and subsetting the header I thought was done already. |
Okay thanks. But that might be confusing for another reason: "multi dimensional derivative" to me evokes the idea of a function
IIUC the section we are discussing would be better off with the original name "multi point derivative", or something like "multi input derivative", because is instead about several derivatives at different points of a function |
I'm happy to consider any wording change you PR. Call it a partial derivative of a function with one variable, the total derivative optimized to the scalar input case, or whatnot. I'm happy to go with the words others consider easiest to understand, just write it out in full in a PR |
Will do, thanks, just wanted to make sure I understood what it was first 😊 |
I decided to roll up my sleeves and make a proper documentation in the process. Now the multipoint derivative is clarified in the docstrings of #182, among other things |
I'm not sure I understand what this function does: https://docs.sciml.ai/FiniteDiff/stable/#Multi-Point-Derivatives
The text was updated successfully, but these errors were encountered: