asg2.tar.gz) including:
README file containing assignment and solution
descriptions, e.g., program design, description of algorithm,
etc., if appropriate.
INSTALL file containing any specific compliation
quirks peculiar to your program, e.g.,
make -f Makefile.pca.
USAGE file containing any specific usage quirks
peculiar to your program, e.g.,
./pca < conics.15887.pts where
./pca is the executable and
conics.15887.pts is the input.
src/ directory with source code.
Makefile.pca that compiles
the matrix library and pca executable.
Note that you have to fill in some code here!