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

Added overload for derivative and dderivative #116

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from

Conversation

jodle001
Copy link

  • In TensionSpline::derivative and TensionSpline::dderivative I created an overloaded function that takes in a starting index and outputs the last index.

If there are many points in your spline, this improves performance greatly, assuming you know where to start your index.

Without this we were seeing large time increases as the spline length increased.

Jacob Odle and others added 5 commits January 20, 2023 16:06
* In TensionSpline::derivative and TensionSpline::dderivative I created an overloaded function that takes in a starting index and outputs the last index.

If there are many points in your spline, this improves performance greatly, assuming you know where to start your index.

Without this we were seeing large time increases as the spline length increased.
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