https://github.com/cran/Matrix
Revision f32e9a929f75675c4ff4c952fa0236609d12daf4 authored by Douglas Bates on 03 February 2002, 00:00:00 UTC, committed by Gabor Csardi on 03 February 2002, 00:00:00 UTC
1 parent fac8fe7
Raw File
Tip revision: f32e9a929f75675c4ff4c952fa0236609d12daf4 authored by Douglas Bates on 03 February 2002, 00:00:00 UTC
version 0.3-22
Tip revision: f32e9a9
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