Concatenating KroneckerProduckLinearOperator objects #77
Unanswered
AndreaBraschi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
What do you mean by concatenating? In the standard meaning of concatenation these the two have to share at least one dimension, which isn't the case here. Do you maybe mean that you want to build a block diagonal operator out of these? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi all,
I am trying to concatenate 2
KroneckerProductLinearOperatorobjects of shapes(100, 100)and(50, 50)in a way that the resultingLinearOperatorisshape(150, 150). i was wondering if there is a way of doing it without having to evaluate theLinearOperatorobjects?Many thanks in advance.
Andrea
Beta Was this translation helpful? Give feedback.
All reactions