-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add interpolation options to Tabulated (#96)
* wip: feat: add cubic spline and barycentric interpolation types to tabulated * feat: use isApprox * feat: add linear interpolator * feat: clean up file * build: remove boost upgrade * feat: update to latest math and eigen * feat: fix remaining tests * feat: add test for bindings * feat: 1 more test * feat: add moar tests * feat: update test * chore: bad rebase * feat: update to latest math and fix tests * Apply suggestions from code review Co-authored-by: Remy Derollez <43561754+Derollez@users.noreply.github.com> * feat: address remaining feedback * feat: add calculateStatesAt * Apply suggestions from code review Co-authored-by: kyle-cochran <kyle.ray.cochran@gmail.com> * feat: update brief * feat: fix typo --------- Co-authored-by: vishwa shah <vishwa@loftorbital.com> Co-authored-by: Remy Derollez <43561754+Derollez@users.noreply.github.com> Co-authored-by: kyle-cochran <kyle.ray.cochran@gmail.com>
- Loading branch information
1 parent
8982c03
commit 90eead5
Showing
9 changed files
with
10,564 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.