-
Notifications
You must be signed in to change notification settings - Fork 17
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 block diagonal linear operator #315
Conversation
Codecov Report
@@ Coverage Diff @@
## main #315 +/- ##
==========================================
- Coverage 94.03% 93.93% -0.10%
==========================================
Files 54 54
Lines 3384 3411 +27
==========================================
+ Hits 3182 3204 +22
- Misses 202 207 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
|
Looking for feedback: is the name appropriate? We have
BlockDiagonalLinearOperator
andLinearOperatorStack
, which don't seem parallel and have the awkward "LinearOperator" part.closes #311