home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / c / math_classes.lha / math_classes / ReadMe
Encoding:
Text File  |  1997-01-10  |  851 b   |  19 lines

  1. Short: A Matrix and a Bignum class for C++
  2. Uploader: trulsson@student.docs.uu.se (Erik Trulsson)
  3. Author: trulsson@student.docs.uu.se (Erik Trulsson)
  4.  
  5.  
  6. This is a couple of classes written in C++ that handles
  7. Bignums (integers whose size is limited only by available memory)
  8. and matrices.
  9. The matrix directory contains several versions of the code, use whatever suits
  10. you best. (There is even a C version includd that was my first attempt this)
  11. The PMatrix class is a permutation matrix and the LUMatrix is a matrix that
  12. has been LU-decomposed. (if you didn't understand the last sentence so don't worry,
  13. you probably won't need them then :-) )
  14. The documentation is sorely lacking but using the classes is fairly 
  15. straight-forward. (The Bignum class is fairly well commented - in Swedish only. :-( )
  16.  
  17. This code is hereby placed into the public domain.
  18.  
  19.