Skip to content
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

Finite differences #2123

Merged
merged 20 commits into from
Apr 6, 2019
Merged

Finite differences #2123

merged 20 commits into from
Apr 6, 2019

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Apr 6, 2019

Implement finite differences at any node on equally-spaced nodes.

Remove backward_differences, which had coefficients but no implementation, and only for backward differences.

Derivative<Value, Argument> FiniteDifference(
std::array<Value, n> const& values,
Argument const& step,
int offset) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const

@pleroy pleroy added the LGTM label Apr 6, 2019
@eggrobin eggrobin merged commit 2aaa062 into mockingbirdnest:master Apr 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants