This SPQR/Demo directory contains a simple demo of the SuiteSparseQR package.
"make" will compile and run the demo on a set of matrices in the ../Matrix
directory.  The output should look similar to the qrdemo_out.txt file.

README.txt          this file
Makefile            for compiling and running the C++ and C demos

--------------------------------------------------------------------------------

qrdemo.cpp          C++ demo program
qrsimple.cpp        a very simple C++ demo program
qrsimplec.c         a very simple C demo program
qrdemo_out.txt      output of "make" (compiles and tests the 3 codes above)

--------------------------------------------------------------------------------

qrdemo.m            MATLAB equivalent of qrdemo.cpp.  To compare with the C++
                    qrdemo program, type "qrdemo" in the MATLAB command window.
                    You must first compile and install the SuiteSparseQR MATLAB
                    mexFunctions in SPQR/MATLAB (see SPQR/MATLAB/spqr_make.m).
qrdemo_diary.txt    diary of "qrdemo" in MATLAB

--------------------------------------------------------------------------------

qrdemoc.c           C demo program, compile and test it with "make cdemo"
qrdemoc_out.txt     output of "make cdemo"

Timothy A. Davis, http://www.suitesparse.com
