You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use make all, to generate documentation and compile
use make run, to run the program
use make doc, to generate documentation
About
Matrix manager and calculator in C++, in every instance of the calculator matrixes are unique by its name. Supported operations are addition, substraction, multiplication, matrix inversion, matrix determinant, Gauss elimination and matrix rank.