tab2mat: Convert a Row of a Table to a Square Matrix
Description
Utility function to convert a row matrix to a square matrix.
Used as the brms package returns things like the Cholesky
decomposition matrix as separate columns where rows are posterior draws.
Not intended to be called directly by most users.