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

[ADD] Implement adjoint for sub-matrix linear operator #115

Merged
merged 4 commits into from
May 22, 2024

Conversation

f-dangel
Copy link
Owner

@f-dangel f-dangel commented May 22, 2024

This is useful if we want to estimate the Frobenius norm of a sub-matrix B = P1 A P2 where P1, P2 are slicing matrices via Hutchinson trace-estimating Tr(B^T B). We then need to define how to take the adjoint of a SubmatrixLinearOperator.

@coveralls
Copy link

coveralls commented May 22, 2024

Pull Request Test Coverage Report for Build 9198493683

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 88.383%

Totals Coverage Status
Change from base Build 9043296647: 0.02%
Covered Lines: 1263
Relevant Lines: 1429

💛 - Coveralls

@f-dangel f-dangel merged commit e382e59 into main May 22, 2024
13 checks passed
@f-dangel f-dangel deleted the adjoint-submatrix branch May 22, 2024 21:36
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.

2 participants