gen_input will genearte the input matrix with given dimension. Running it infollowing way:./gen_input [matrix_dimension]e.g.:./gen_input 32will generate the input matrix of 32x32. The ouput contains three files:${matrix_dim}.dat, l-${matrix_dim}.dat, u-${matrix_dim}.dat. In the aboveexample, the output should be 32.dat, l-32.dat, u-32.dat .