alvarado: @FIX: The lti::matrix couldn't copy a submatrix into the original matrix, if the submatrix shared the memory with the original one. Now this is allowed. Please note that the matrix class still does not track for references, so if there are other matrices sharing the memory, they still will be invalid after removing the "mother" matrix.