powered by
Return a block diagonal matrix formed from the input list of matrices
bdiag(x)
Returned is a matrix of the form diag(x1, ..., xn) where n is the length of the list.
a list of matrices