Description : a C++ class for numerical computation
Author : Chris Birchenhall (chris.birchenhall@mailhost.mcc.ac.uk)
Comments : Very complete.
* Offers a general purpose dense, real matrix class
* Has a family of decomposition classes based on LU, Cholesky, Householder QR and SVD
* Has a family of OLS regression classes based on above decompositons
* A family of special function classes
* Random number class
* Has a simplified I/O structure
Documents : Very thorough tex manual, with discussion of design philosophy. Currently the manual does not cover all the features of the I/O.
ftp from ftp.mcc.ac.uk pub/matclass/pc and pub/matclass/unix