You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to concatenate 2 KroneckerProductLinearOperator objects of shapes (100, 100) and (50, 50) in a way that the resulting LinearOperator is shape(150, 150). i was wondering if there is a way of doing it without having to evaluate the LinearOperator objects?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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