Introduction - If you have any usage issues, please Google them yourself
Self defined C++ matrix class for everyone to use. To achieve the creation of the matrix, initialize, copy, assignment, multiplication, addition, transpose, rank and other operations, and gives the advantage of inverse Gaussian elimination method, solving linear equations and other functions. Can also be extended on the basis of their own needs.