home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume34 / newmat06 / part01 / readme < prev   
Text File  |  1992-12-06  |  504b  |  27 lines

  1.    ReadMe file for newmat06, an experimental matrix package in C++.
  2.  
  3.  
  4. Documentation is in  newmata.txt, newmatb.txt and newmatc.txt.
  5.  
  6.  
  7. If you are upgrading from newmat03 or newmat04 note the following
  8.  
  9. .hxx files are now .h files
  10.  
  11. real changed to Real
  12.  
  13. BOOL changed to Boolean
  14.  
  15. CopyToMatrix changed to AsMatrix, etc
  16.  
  17. real(A) changed to A.AsScalar()
  18.  
  19. option added in include.h for version 2.1 or later
  20.  
  21. added band matrices
  22.  
  23. added exceptions.
  24.  
  25.  
  26. See the section on changes in newmata.txt for other changes.
  27.