lapackpp-cvs Mailing List for Lapack++ (Page 21)
Status: Beta
Brought to you by:
cstim
You can subscribe to this list here.
2004 |
Jan
|
Feb
(55) |
Mar
(7) |
Apr
(2) |
May
(10) |
Jun
|
Jul
(14) |
Aug
(32) |
Sep
(14) |
Oct
(6) |
Nov
|
Dec
(35) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(3) |
Feb
(8) |
Mar
(22) |
Apr
(16) |
May
|
Jun
|
Jul
(4) |
Aug
(11) |
Sep
(26) |
Oct
(43) |
Nov
(10) |
Dec
(39) |
2006 |
Jan
(70) |
Feb
(14) |
Mar
(17) |
Apr
(16) |
May
(26) |
Jun
(5) |
Jul
(8) |
Aug
(39) |
Sep
(2) |
Oct
|
Nov
(44) |
Dec
(7) |
2007 |
Jan
(24) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(17) |
Aug
(6) |
Sep
(16) |
Oct
|
Nov
|
Dec
(5) |
2008 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Jacob (J. G. <jg...@us...> - 2005-03-16 22:40:02
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13077/matrix/src Modified Files: gmc.cc gmd.cc gmf.cc Log Message: New prefences files/LaPreferences class |
From: Christian S. <cs...@us...> - 2005-03-11 19:36:10
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23337/matrix/src Modified Files: gfqrc.cc Log Message: 2005-03-11 Christian Stimming <sti...@tu...> * include/gfqrc.h: Rename _A member variable into _matA because for whatever reason Mac OS X barfed on this variable name. |
From: Christian S. <cs...@us...> - 2005-03-11 19:36:09
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23337 Modified Files: ChangeLog README mainpage.doxygen.in Log Message: 2005-03-11 Christian Stimming <sti...@tu...> * include/gfqrc.h: Rename _A member variable into _matA because for whatever reason Mac OS X barfed on this variable name. |
From: Christian S. <cs...@us...> - 2005-03-11 19:36:08
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23337/include Modified Files: gfqrc.h Log Message: 2005-03-11 Christian Stimming <sti...@tu...> * include/gfqrc.h: Rename _A member variable into _matA because for whatever reason Mac OS X barfed on this variable name. |
From: Christian S. <cs...@us...> - 2005-03-07 11:46:06
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5196/include Modified Files: lavc.h lavd.h lavi.h lavli.h Log Message: 2005-03-04 Christian Stimming <sti...@tu...> * include/lavc.h (inc), lavd.h, lavi.h, lavli.h: The inc() method gave wrong results when the vector was in fact a submatrix view of a larger matrix. Fixed this. |
From: Christian S. <cs...@us...> - 2005-03-07 11:46:06
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5196 Modified Files: ChangeLog Log Message: 2005-03-04 Christian Stimming <sti...@tu...> * include/lavc.h (inc), lavd.h, lavi.h, lavli.h: The inc() method gave wrong results when the vector was in fact a submatrix view of a larger matrix. Fixed this. |
From: Christian S. <cs...@us...> - 2005-03-03 16:40:39
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv956 Modified Files: ChangeLog Log Message: 2005-03-03 Christian Stimming <sti...@tu...> * matrix/src/gmc.cc, gmd.cc: Simplify inject to use the Vector's function. Speeds up this operation quite a lot. |
From: Christian S. <cs...@us...> - 2005-03-03 16:40:18
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv956/matrix/src Modified Files: gmc.cc gmd.cc Log Message: 2005-03-03 Christian Stimming <sti...@tu...> * matrix/src/gmc.cc, gmd.cc: Simplify inject to use the Vector's function. Speeds up this operation quite a lot. |
From: Christian S. <cs...@us...> - 2005-02-26 10:19:48
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26952/include Modified Files: laslv.h Log Message: Clarify documentation |
From: Christian S. <cs...@us...> - 2005-02-04 15:49:00
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17361/src Modified Files: Makefile.am Log Message: 2005-02-04 Christian Stimming <sti...@tu...> * src/Makefile.am: Change name of windows DLL to lapackpp32.dll without the leading lib. |
From: Christian S. <cs...@us...> - 2005-02-04 15:49:00
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17361 Modified Files: ChangeLog Makefile.am lapackpp.iss.in Log Message: 2005-02-04 Christian Stimming <sti...@tu...> * src/Makefile.am: Change name of windows DLL to lapackpp32.dll without the leading lib. |
From: Christian S. <cs...@us...> - 2005-02-04 10:42:04
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21482 Modified Files: ChangeLog Log Message: 2005-02-04 Christian Stimming <sti...@tu...> * src/lasvd.cc, eigslv.cc, linslv.cc: Initialize info variable with zero. Fixes bug#1092300 of the sourceforge bug tracker. |
From: Christian S. <cs...@us...> - 2005-02-04 10:42:03
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21482/src Modified Files: eigslv.cc lasvd.cc linslv.cc Log Message: 2005-02-04 Christian Stimming <sti...@tu...> * src/lasvd.cc, eigslv.cc, linslv.cc: Initialize info variable with zero. Fixes bug#1092300 of the sourceforge bug tracker. |
From: Christian S. <cs...@us...> - 2005-02-04 10:23:15
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17946 Modified Files: README lapackpp.spec.in Log Message: Update information files |
From: Christian S. <cs...@us...> - 2005-02-04 10:19:14
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17013 Modified Files: ChangeLog configure.in Log Message: 2005-02-04 Christian Stimming <sti...@tu...> * configure.in: Release version 2.1.2 * include/genmd.h: Make all functions inline that are defined in the header. |
From: Christian S. <cs...@us...> - 2005-02-04 10:19:14
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17013/include Modified Files: genmd.h gmc.h gmd.h gmi.h gmli.h Log Message: 2005-02-04 Christian Stimming <sti...@tu...> * configure.in: Release version 2.1.2 * include/genmd.h: Make all functions inline that are defined in the header. |
From: Christian S. <cs...@us...> - 2005-01-21 12:13:05
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28446 Modified Files: ChangeLog configure.in Log Message: 2005-01-21 Christian Stimming <sti...@tu...> * configure.in: Release version 2.1.1 |
From: Christian S. <cs...@us...> - 2005-01-21 10:29:49
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5872 Modified Files: ChangeLog Log Message: changelog message |
From: Christian S. <cs...@us...> - 2005-01-21 10:28:45
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5676/include Modified Files: blas1pp.h Log Message: Fix gcc3.4 problem in header |
From: Christian S. <cs...@us...> - 2004-12-20 09:27:12
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29230 Modified Files: ChangeLog Log Message: 2004-12-20 Christian Stimming <sti...@tu...> * src/lasvd.cc: Fix workspace size for real-valued SVD calculation. |
From: Christian S. <cs...@us...> - 2004-12-20 09:27:10
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29230/src Modified Files: lasvd.cc Log Message: 2004-12-20 Christian Stimming <sti...@tu...> * src/lasvd.cc: Fix workspace size for real-valued SVD calculation. |
From: Christian S. <cs...@us...> - 2004-12-19 13:47:08
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25235/src Modified Files: lasvd.cc Log Message: 2004-12-19 Christian Stimming <sti...@tu...> * src/lasvd.cc (LaSVD_IP): Change temporary unused U and VT to have size 1x1 instead of 0x0. |
From: Christian S. <cs...@us...> - 2004-12-19 13:47:08
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25235 Modified Files: ChangeLog Log Message: 2004-12-19 Christian Stimming <sti...@tu...> * src/lasvd.cc (LaSVD_IP): Change temporary unused U and VT to have size 1x1 instead of 0x0. |
From: Christian S. <cs...@us...> - 2004-12-18 12:00:37
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11700/src Modified Files: linslv.cc Log Message: 2004-12-18 Christian Stimming <sti...@tu...> * src/linslv.cc, include/lapackd.h, include/laslv.h, testing/tSymmSolve.cc: Enable LaLinearSolve functions for LaSymmMatDouble matrices again. The fortran declaration in lapackd.h was wrong and the code unusable, but is now fixed. NEEDS VERIFICATION! |
From: Christian S. <cs...@us...> - 2004-12-18 12:00:36
|
Update of /cvsroot/lapackpp/lapackpp/testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11700/testing Modified Files: .cvsignore Makefile.am lapack++_test tSymmSolve.cc Log Message: 2004-12-18 Christian Stimming <sti...@tu...> * src/linslv.cc, include/lapackd.h, include/laslv.h, testing/tSymmSolve.cc: Enable LaLinearSolve functions for LaSymmMatDouble matrices again. The fortran declaration in lapackd.h was wrong and the code unusable, but is now fixed. NEEDS VERIFICATION! |