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

Operator Templates #65

Merged
merged 27 commits into from
Jun 20, 2024
Merged

Conversation

shanemcq18
Copy link
Member

@shanemcq18 shanemcq18 commented Jun 20, 2024

Added public templates to opinf.operators:

  • OperatorTemplate for general nonparametric operators.
  • OpInfOperator for nonparametric operators that can be learned through Operator Inference (operator matrix times data vector structure).
  • ParametricOperatorTemplate for general parametric operators.
  • ParametricOpInfOperator for parametric operators that can be learned through Operator Inference.

Also added opinf.ddt.InterpolationDerivativeEstimator, made small updates for compatibility with NumPy 2.0.0, and made various improvements to the API documentation.

@shanemcq18
Copy link
Member Author

See #48.

@shanemcq18 shanemcq18 merged commit 0777346 into Willcox-Research-Group:main Jun 20, 2024
13 checks passed
@shanemcq18 shanemcq18 deleted the optemplate branch June 20, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant