https://github.com/cran/Matrix
Revision b983e87f9f9e9934183cc67b43522c6adc443bb0 authored by Douglas Bates on 15 May 2001, 00:00:00 UTC, committed by Gabor Csardi on 15 May 2001, 00:00:00 UTC
1 parent c82b7f0
Raw File
Tip revision: b983e87f9f9e9934183cc67b43522c6adc443bb0 authored by Douglas Bates on 15 May 2001, 00:00:00 UTC
version 0.3-15
Tip revision: b983e87
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