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

Implement cubic interpolation #9

Merged
merged 26 commits into from
Mar 6, 2024
Merged

Implement cubic interpolation #9

merged 26 commits into from
Mar 6, 2024

Conversation

jlogan03
Copy link
Owner

@jlogan03 jlogan03 commented Mar 6, 2024

  • Continuous first derivative everywhere
  • Option to clamp to linear extrapolation to prevent unwanted extrapolation of local curvature
    • Test linearized method against linear function in both interpolation and extrapolation
    • Test un-linearized method against quadratic function in both interpolation and extrapolation

@jlogan03 jlogan03 merged commit 06cd813 into main Mar 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant