Constructor for a matrix, which initialize a RowDim X ColDim matrix by a unitmatrix.
Constructor which initialize the Matrix by an other Matrix m;
public Matrix(Matrix);
Constructor for a matrix, which initialize a RowDim X ColDim matrix by a unitmatrix.
public Matrix(int,int);