A block-diagonal matrix with as many row as elements of blo and n columns.
The vector x is split into length(blo) sub-vectors and these are the blocks
of the resulting matrix.
Arguments
x
A vector of length n.
blo
A vector of positive integers such that sum(blo) == n.