I keep telling myself YAMP is finished, but here is the next version.
- Added division of a scalar by a matrix a/M.
- Fixed Index so it counts downward correctly
- Fixed a memory leak in the disk version copy
constructor. The hdr in the vdoub constructor
needed to be purged in the copy constructor, then
recreated by SetupVectors. This was not a problem
in the ram version.
- Added Microsoft V7.0 compatability to all but the
graphics module. A new graphics module is being
developed for MSC.
- Minor speed improvements using the define NO_CHECKING.
The range check in m(i,j), and Garbage() are skipped
at compile time if NO_CHECKING is defined. Garbage() is
still called, but the checks are not executed. Use
this option in finished code.