Index of /grad/509/src_prog/C++/homework2

      Name                    Last modified       Size  Description

[DIR] Parent Directory 15-Feb-2007 21:02 - [TXT] Makefile 30-Jan-2007 22:37 1k [   ] all.tgz 30-Jan-2007 22:37 5k [TXT] blas.h 30-Jan-2007 22:37 1k [TXT] matrix.cc 30-Jan-2007 22:37 3k [TXT] matrix.h 30-Jan-2007 22:37 6k [TXT] timer.h 30-Jan-2007 22:37 1k [TXT] vector.h 30-Jan-2007 22:37 2k

This homework requires implementation of class Vector.
The declaration of the Vector class can be found in vector.h.
Methods are already listed, but do not yet work.

The second class matrix (in matrix.h) is fully implemented and
can be used as a source of ideas. 

Main program program matrix.cc is tests Matrix-Vector operations,
Matrix-Matrix operations and Speed of the computer.

If your computer is slow when testing speed, reduce Nmax by changing
1e8 to something smaller.
You can also reduce maximum matrix size (if matrix does not fit to
the RAM) by decreasin maxiumu matrix size which is now set to 2000.