These matrices have a new field lda, which describes the real number of rows of the matrix in memory. It is bigger than the number of rows of the matrix, so that we can easily reduce a matrix to a submatrix, without copying the objects. Consequently these matrices can be reshaped quickly. Operations like cutting the rows and columns are available in this class.
generated by doc++