Dec 072017
The latest version of the NEWMAT C++ matrix library. It is large and relatively complex but powerful. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BANDMAT.CXX | 10343 | 2566 | deflated |
BOOLEAN.H | 483 | 231 | deflated |
CHOLESKY.CXX | 1783 | 635 | deflated |
CONTROLW.H | 1495 | 484 | deflated |
EVALUE.CXX | 7813 | 1940 | deflated |
EXAMPLE.CXX | 9543 | 2544 | deflated |
EXAMPLE.MAK | 1654 | 435 | deflated |
EXAMPLE.PRJ | 5265 | 1225 | deflated |
EXAMPLE.TXT | 1834 | 385 | deflated |
EXCEPT.CXX | 7617 | 2053 | deflated |
EXCEPT.H | 7543 | 1856 | deflated |
EX_B.MAK | 2428 | 725 | deflated |
EX_MS.MAK | 6300 | 985 | deflated |
EX_Z.MAK | 2558 | 551 | deflated |
FFT.CXX | 7012 | 2241 | deflated |
HHOLDER.CXX | 1555 | 580 | deflated |
INCLUDE.H | 3401 | 896 | deflated |
JACOBI.CXX | 3259 | 1154 | deflated |
NEWMAT.H | 47360 | 7222 | deflated |
NEWMAT.PRJ | 13826 | 2942 | deflated |
NEWMAT1.CXX | 3276 | 819 | deflated |
NEWMAT2.CXX | 10973 | 1688 | deflated |
NEWMAT3.CXX | 14262 | 2667 | deflated |
NEWMAT4.CXX | 16990 | 3576 | deflated |
NEWMAT5.CXX | 11567 | 2118 | deflated |
NEWMAT6.CXX | 13261 | 1950 | deflated |
NEWMAT7.CXX | 16089 | 3140 | deflated |
NEWMAT8.CXX | 8288 | 1899 | deflated |
NEWMAT9.CXX | 954 | 485 | deflated |
NEWMATA.TXT | 48103 | 15758 | deflated |
NEWMATAP.H | 2830 | 779 | deflated |
NEWMATB.TXT | 24907 | 8680 | deflated |
NEWMATC.TXT | 1948 | 879 | deflated |
NEWMATEX.CXX | 9162 | 1774 | deflated |
NEWMATIO.H | 368 | 207 | deflated |
NEWMATRC.H | 4968 | 1362 | deflated |
NEWMATRM.CXX | 3388 | 795 | deflated |
NEWMATRM.H | 3749 | 963 | deflated |
PRECISIO.H | 3227 | 644 | deflated |
README | 1015 | 538 | deflated |
SORT.CXX | 1370 | 436 | deflated |
SUBMAT.CXX | 7581 | 1200 | deflated |
SVD.CXX | 4482 | 1598 | deflated |
TMT.CXX | 4633 | 1061 | deflated |
TMT.MAK | 2558 | 566 | deflated |
TMT1.CXX | 2304 | 717 | deflated |
TMT2.CXX | 2264 | 733 | deflated |
TMT3.CXX | 2192 | 693 | deflated |
TMT4.CXX | 2428 | 711 | deflated |
TMT5.CXX | 1725 | 687 | deflated |
TMT6.CXX | 1326 | 482 | deflated |
TMT7.CXX | 1520 | 543 | deflated |
TMT8.CXX | 1419 | 528 | deflated |
TMT9.CXX | 1577 | 558 | deflated |
TMTA.CXX | 2837 | 947 | deflated |
TMTB.CXX | 4020 | 1048 | deflated |
TMTC.CXX | 2900 | 794 | deflated |
TMTD.CXX | 3317 | 939 | deflated |
TMTE.CXX | 5726 | 1256 | deflated |
TMTF.CXX | 3322 | 1030 | deflated |
TMTG.CXX | 3855 | 1036 | deflated |
TMTH.CXX | 6032 | 1594 | deflated |
TMTI.CXX | 5259 | 767 | deflated |
TMT_B.MAK | 3820 | 939 | deflated |
TMT_MS.MAK | 23756 | 2259 | deflated |
TMT_Z.MAK | 4103 | 743 | deflated |
Download File NEWMAT07.ZIP Here
Contents of the README file
ReadMe file for newmat07, an experimental matrix package in C++.
Documentation is in newmata.txt, newmatb.txt and newmatc.txt.
This is a minor upgrade on newmat06 to correct some errors, improve
efficiency and improve compatibility with a range of compilers. It
includes some new FFT functions and an option for allowing C style
subscripts. You should upgrade from newmat06. If you are using << to
load a real into a submatrix please change this to =.
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.
Newmat07 is quite a bit longer that newmat04, so if you are almost out of
space with newmat04, don't throw newmat04 away until you have checked your
program will work under newmat07.
See the section on changes in newmata.txt for other changes.
Documentation is in newmata.txt, newmatb.txt and newmatc.txt.
This is a minor upgrade on newmat06 to correct some errors, improve
efficiency and improve compatibility with a range of compilers. It
includes some new FFT functions and an option for allowing C style
subscripts. You should upgrade from newmat06. If you are using << to
load a real into a submatrix please change this to =.
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.
Newmat07 is quite a bit longer that newmat04, so if you are almost out of
space with newmat04, don't throw newmat04 away until you have checked your
program will work under newmat07.
See the section on changes in newmata.txt for other changes.
December 7, 2017
Add comments