direct_sum_matrices# ssip.basic_functions.direct_sum_matrices(A: ndarray[Any, dtype[uint8]], B: ndarray[Any, dtype[uint8]]) → ndarray[Any, dtype[uint8]][source]# Compute the direct sum of two matrices. Parameters: A – The top left matrix. B – The bottom right matrix. Returns: The direct sum of A and B.