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
-
Hi all,
I am trying to concatenate 2
KroneckerProductLinearOperator
objects of shapes(100, 100)
and(50, 50)
in a way that the resultingLinearOperator
isshape(150, 150)
. i was wondering if there is a way of doing it without having to evaluate theLinearOperator
objects?Many thanks in advance.
Andrea
Beta Was this translation helpful? Give feedback.
All reactions