This document describes a computer project to define a Matrix class with methods to sort the elements of a matrix in ascending order and find the largest and smallest elements. It includes details of the data members, constructor, and member functions like read(), sort(), and display(). The main function is used to create Matrix objects, read in elements, call the sort() method, and display the original and sorted matrices.