Uncompress a list of block-diagonal symmetric matrices.
A=unpack(CA,blocksizes)
p-by-n real matrix of doubles, a compressed representation of A
.
b-by-1 real matrix of doubles, the sizes of the blocks.
m-by-n real matrix of doubles, the entries of a list of block-diagonal symmetric matrices.
n is the number of matrices stored into A
.
This function is the reverse of the pack
function.
It uncompresses a list of symmetric block-diagonal matrices which have
been compressed by pack
.