https://github.com/cran/Matrix
Raw File
Tip revision: b334490512f26281232778425c2c7237eccfb69e authored by Douglas Bates on 11 August 2000, 00:00:00 UTC
version 0.3-3
Tip revision: b334490
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