https://github.com/cran/Matrix
Revision d48c7564aa3a9da931870fc54265f7c133f17caf authored by Douglas Bates on 22 July 2002, 00:00:00 UTC, committed by Gabor Csardi on 22 July 2002, 00:00:00 UTC
1 parent 10a3e61
Raw File
Tip revision: d48c7564aa3a9da931870fc54265f7c133f17caf authored by Douglas Bates on 22 July 2002, 00:00:00 UTC
version 0.3-19
Tip revision: d48c756
LapackPP.RELEASE.NOTES

    Lapack++ v. 1.1a


WHAT'S NEW IN VERSION 1.1.a
---------------------------

Version 1.1a is a bug-fix release, reflecting changes
C++ compiler support:


o) removed generic.h dependencies (used in early C++ compilers)
o) changed X::X(&X) constructor to X::X(const &X) in utgmd.h,
		ltgmd.h, ultgmd.h, uutmgd.h, 
o) reordered members in several matrix objects to coincide with
	constructor argument ordering.
o) removed unused variables (generated warnings on
		some compilers)

back to top