[Lapackpp-cvs] CVS: lapackpp/matrix/testing .cvsignore,1.1,1.2 Makefile.am,1.5,1.6 tgc.cc,1.1.1.1,1.
Status: Beta
Brought to you by:
cstim
From: Christian S. <cs...@us...> - 2004-02-06 14:02:24
|
Update of /cvsroot/lapackpp/lapackpp/matrix/testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474/matrix/testing Modified Files: .cvsignore Makefile.am tgc.cc Log Message: 2004-02-06 Christian Stimming <sti...@tu...> * configure.in: Release version 1.9.1 * matrix/testing/tgc.cc: Enable testing of LaGenMatComplex again. * include/gmd.h: Change LaGenMatDouble::operator=(LaGenMatDouble&) to copy() semantics instead of inject(), so that this is now conformant to the LaGenMatComplex behaviour and less error-prone for unexperienced programmers. Index: .cvsignore =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/matrix/testing/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1 -r1.2 Files /tmp/cvsyCVzWj and /tmp/cvsNEv2Xs differ Index: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/matrix/testing/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d --brief -r1.5 -r1.6 Files /tmp/cvsSfJcST and /tmp/cvsu6g8g3 differ Index: tgc.cc =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/matrix/testing/tgc.cc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvscXDGp6 and /tmp/cvszHGiVf differ |