mat2rot: Rotate a band matrix to get the rotated row-wised matrix associated.
Description
Rotate a symmetric band matrix to get the rotated matrix associated.
Each column of the rotated matrix correspond to a diagonal. The first column is the main diagonal, the second one is the upper-diagonal and so on.
Artificial 0 are placed at the end of each column if necessary.