LEQ is a linear equation solver. Each iteration refines a candidate solution vector
into a better solution. This is repeated until the difference becomes smaller than
a specific bound.
The program takes one parameter: the size of the vector.
