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
@dpo it would be great if we could have something like in LinearOperators.jl for concatenating matrices.
This would then be useful for the Golub-Riley implementation in QRMumps.jl where we want to work on a matrix defined as
$$A_{\alpha} = \begin{bmatrix}A & \alpha I \end{bmatrix}$$
The text was updated successfully, but these errors were encountered:
@dpo it would be great if we could have something like in
LinearOperators.jl
for concatenating matrices.This would then be useful for the Golub-Riley implementation in
QRMumps.jl
where we want to work on a matrix defined asThe text was updated successfully, but these errors were encountered: