Research Article

A New Minimize Matrix Computation Coding Method for Distributed Storage Systems

Algorithm 1

Row elimination scheme algorithm flow.
Require:
 The row number in matrix from 1 to , i;
 The column number in matrix from 1 to , i;
 The middle result of XOR operations, ;
Ensure:
 Null;
Require:
(1)
(2)
(3) while do
(4)  while do
(5)   if then
(6)    
(7)    
(8)   else
(9)    
(10)   end if
(11)  end while
(12)  
(13) end while