C++ Real Matrix Library
Copyright (c) 1997-1998 by Wen Tan
----------------------------------------
This matrix Library can be used to perform common real matrix
operations in your C++ program like any other built-in data types.
It even includes some advanced linear algebra operations such as
LU decomposition, QR decomposition, Hessenberg form, SVD
decomposition, eigenvalue and eigenvector computation.
Moreover, a Polynomial class is included in the library.

Files included in the archive:

readme.txt  -----  this file
dmatrix.h   -----  header file
dmatrix.lib -----  Borland C++ library (16bit, large model)
libmat.a    -----  GNU C++ library
manual.txt  -----  Simple user's manual
mattest.cpp -----  Tset of basic matrix operations
luqrtest.cpp-----  Test of LU, QR decomposition
svdtest.cpp -----  Test of SVD decomposition
eigtest.cpp -----  Test of eigenvalues
polytest.cpp-----  Test of polynomial
vectest.cpp -----  Tset of vector

Copyright Notice:
----------------
This library is free software. It is distributed in the hope that 
it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
You can distribute it with your commercial software. However, if you 
want the source, please send me a $30 check, I will send the complete
sources.
   
If you have any problem/suggestion, contact me at any the following
addresses:

Regards,

Wen Tan

E-mail:
------
hjbdwtan@public.bdptt.he.cn

Paper-mail:
----------
Dept. of Power Engineering
North China Electric Power University
Baoding, Hebei Province
P. R. China

