home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sources / misc / 4249 / readme < prev   
Encoding:
Text File  |  1993-01-11  |  1015 b   |  38 lines

  1.    ReadMe file for newmat07, an experimental matrix package in C++.
  2.  
  3.  
  4. Documentation is in  newmata.txt, newmatb.txt and newmatc.txt.
  5.  
  6. This is a minor upgrade on newmat06 to correct some errors, improve
  7. efficiency and improve compatibility with a range of compilers. It
  8. includes some new FFT functions and an option for allowing C style
  9. subscripts. You should upgrade from newmat06. If you are using << to
  10. load a real into a submatrix please change this to =.
  11.  
  12.  
  13. If you are upgrading from newmat03 or newmat04 note the following
  14.  
  15. .hxx files are now .h files
  16.  
  17. real changed to Real
  18.  
  19. BOOL changed to Boolean
  20.  
  21. CopyToMatrix changed to AsMatrix, etc
  22.  
  23. real(A) changed to A.AsScalar()
  24.  
  25. option added in include.h for version 2.1 or later
  26.  
  27. added band matrices
  28.  
  29. added exceptions.
  30.  
  31.  
  32. Newmat07 is quite a bit longer that newmat04, so if you are almost out of
  33. space with newmat04, don't throw newmat04 away until you have checked your
  34. program will work under newmat07.
  35.  
  36.  
  37. See the section on changes in newmata.txt for other changes.
  38.