Kyle_HW11 - Conjugate Gradients

The program should take a matrix and a vector in a file and
return the solution.  Right now I'm just trying to get the
input and output to work.

USAGE

> make
> ./kyle_hw11 < small.mat

IMPLEMENTATION

Use ALPHA = 1.0 and BETA = 0.0