Generates a symmetric matrix of size (length(pk) x length(pk))
where entries correspond to block indices. This function can be used to
visualise block indices of a matrix generated with BlockMatrix.
Usage
BlockStructure(pk)
Value
A symmetric matrix of size length(pk)).
Arguments
pk
vector encoding the grouping structure.
See Also
Other block matrix functions:
BlockDiagonal(),
BlockMatrix()