In general, it is
not possible to access arbitrary submatrices with matrix shapes other than general. However, the special case of accessing the upper-left corner of a matrix, called the
leading submatrix, occurs so frequently that the Linear Algebra Module includes a member function for this purpose. The
leadingSubmatrix() function is implemented for all matrix types except general rectangular,
RWGenMat, which has the more general subscripting feature. For example, if
A is the skew symmetric matrix: