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

TruncatedSVDSolver #66

Merged
merged 7 commits into from
Jun 21, 2024
Merged

Conversation

shanemcq18
Copy link
Member

Updates to opinf.lstsq:

  • New TruncatedSVDSolver class.
  • predict() has been renamed solve() for opinf.lstsq solver classes to not clash with predict() from opinf.roms / opinf.models classes.
  • solve() always returns a two-dimensional array, even if $r = 1$.

Various small improvements to tests and documentation.

@shanemcq18 shanemcq18 added enhancement New feature or request API-change Changes to the public package interface labels Jun 21, 2024
@shanemcq18 shanemcq18 changed the title TruncateSVDSolver TruncatedSVDSolver Jun 21, 2024
@shanemcq18 shanemcq18 merged commit e146388 into Willcox-Research-Group:main Jun 21, 2024
13 checks passed
@shanemcq18 shanemcq18 deleted the truncsvd branch June 21, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API-change Changes to the public package interface enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant