home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume34
/
newmat06
/
part01
/
readme
< prev
Wrap
Text File
|
1992-12-06
|
504b
|
27 lines
ReadMe file for newmat06, an experimental matrix package in C++.
Documentation is in newmata.txt, newmatb.txt and newmatc.txt.
If you are upgrading from newmat03 or newmat04 note the following
.hxx files are now .h files
real changed to Real
BOOL changed to Boolean
CopyToMatrix changed to AsMatrix, etc
real(A) changed to A.AsScalar()
option added in include.h for version 2.1 or later
added band matrices
added exceptions.
See the section on changes in newmata.txt for other changes.