Skip to content

Conversation

@timholy
Copy link
Contributor

@timholy timholy commented Nov 25, 2025

This addresses some potential inconsistencies in tricg and trimr in
the case ldiv=true:

  • docs: fixes the statement about the relationship between E/F and
    M/N
  • docs: describes the residual-norm in terms of E/F rather than
    M/N (only the former are unambiguous, given the problem statement)
  • adds support for warm-starting when ldiv=true for arbitrary M/N

NOTE: this is a WIP as trimr has not yet been modified. Once we settle on the tricg changes, I'll port the same changes to trimr.

@timholy timholy marked this pull request as draft November 30, 2025 19:53
@timholy
Copy link
Contributor Author

timholy commented Nov 30, 2025

To clarify, this is ready for review despite me having switched it to "draft." I did that just because it shouldn't be merged until I make commensurate changes to trimr.

@timholy timholy force-pushed the teh/tricg_warmstart branch from d2ebcc8 to f5ea9af Compare December 1, 2025 22:11
This addresses some potential inconsistencies in `tricg` and `trimr` in
the case `ldiv=true`:

- docs: fixes the statement about the relationship between `E`/`F` and
  `M`/`N`
- docs: describes the residual-norm in terms of `E`/`F` rather than
  `M`/`N` (only the former are unambiguous, given the problem statement)
- adds support for warm-starting when `ldiv=true` for arbitrary `M`/`N`
@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.64%. Comparing base (9536ef7) to head (4683dad).
⚠️ Report is 103 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1043      +/-   ##
==========================================
+ Coverage   94.68%   97.64%   +2.96%     
==========================================
  Files          45       49       +4     
  Lines        8027     9481    +1454     
==========================================
+ Hits         7600     9258    +1658     
+ Misses        427      223     -204     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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