Constructs a block-diagonal matrix R from two general matrices A and B.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=wp), | intent(in), | dimension(:, :) | :: | A |
Left matrix [n×m] |
|
| complex(kind=wp), | intent(in), | dimension(:, :) | :: | B |
Right matrix [p×q] |
R = Diag(A,B)