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

Simplify multilinear methods #8

Merged
merged 4 commits into from
Dec 18, 2023
Merged

Simplify multilinear methods #8

merged 4 commits into from
Dec 18, 2023

Conversation

jlogan03
Copy link
Owner

  • Remove initial guess for cell index from rectilinear method
  • Collapse some loops
  • Remove support for negative step sizes for regular grid in favor of reducing number of abs() calls
  • Remove some saturating sub calls that are not needed now that degenerate grids are not supported
  • Get indexing dimension product in the same way for rectilinear method as for regular grid method
  • Use better initial value for folds
  • Update docs
  • Use optimizations for tests because it's faster overall

… some loops. remove support for negative step sizes for regular grid in favor of reducing number of abs() calls. remove some saturating sub calls that are not needed now that degenerate grids are not supported. get indexing dimension product in the same way for rectilinear method as for regular grid method. use better initial value for folds.
@jlogan03 jlogan03 merged commit 0fb81e8 into main Dec 18, 2023
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