Can BlockDiagLinearOperator
subsume BlockInterleavedLinearOperator
?
#16
SebastianAment
started this conversation in
Ideas
Replies: 1 comment
-
Yeah good point. The name suggests that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the doc strings of
BlockDiagLinearOperator
andBlockInterleavedLinearOperator
, as well as their implementations, are mostly identical (for the subset of methods implemented by the latter). Also, the only use of the interleaved operator that I found is here.Is there a current or planned difference in functionality between the two, or could the interleaved operator be subsumed by the block diagonal one? If possible, this would reduce code complexity without compromising features, further benefitting test coverage and maintainability.
Beta Was this translation helpful? Give feedback.
All reactions