Skip to content

Added overload for derivative and dderivative#116

Open
jodle001 wants to merge 5 commits into
stonier:develfrom
jodle001:devel
Open

Added overload for derivative and dderivative#116
jodle001 wants to merge 5 commits into
stonier:develfrom
jodle001:devel

Conversation

@jodle001

Copy link
Copy Markdown
  • 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