README 352 B

12345678910
  1. gen_input will genearte the input matrix with given dimension. Running it in
  2. following way:
  3. ./gen_input [matrix_dimension]
  4. e.g.:
  5. ./gen_input 32
  6. will generate the input matrix of 32x32. The ouput contains three files:
  7. ${matrix_dim}.dat, l-${matrix_dim}.dat, u-${matrix_dim}.dat. In the above
  8. example, the output should be 32.dat, l-32.dat, u-32.dat .