Introduction - If you have any usage issues, please Google them yourself
DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector value <vector<double> > Types of variables. Did not use a template, the data type is double.