Description: 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.
To Search:
File list (Check if you may need any files):
gaussElim.cpp