ReadMe file for newmat09, an matrix library in C++.
---------------------------------------------------

This is the beta 3 version. Everything should work, so please report
things that don't.

For the user's point of view this should be the same as the beta 2
version. The file newmat3.cpp has been extensively modified to remove
some invalid pointer arithmetic and improve efficiency slightly.

This version also includes the namespace construct but it doesn't work
on either of the compilers that I have access to that claim to support
namespace.

Documentation is in newmat.txt. Some of the documentation still needs
updating to the present version.

Read the section on "customising" in newmat.txt before attempting to
compile this program. You will very likely need to edit the options in
include.h.

I now use bool, true and false in place of Boolean, TRUE and FALSE in
line with the new C++ standard. If your compiler (Borland 5.0, Gnu
2.7.2) supports this construct you will need to edit include.h to
disable my bool class.

Look at the section on "updating from previous versions" in newmat.txt
for other changes. 

I don't plan any major changes in this version.  

Please look on http://nz.com/webnz/robert/ for latest bug lists and
current version information.
