lapackpp-cvs Mailing List for Lapack++ (Page 8)
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: Christian S. <cs...@us...> - 2006-08-01 13:22:11
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25566/include Modified Files: trfd.h trmd.h Log Message: Revert removal of second upper diagonal and add it again because it is being used by LaTridiagMatFactorize. - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/trfd.h?r1=1.2&r2=1.3 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/trmd.h?r1=1.6&r2=1.7 |
From: Christian S. <cs...@us...> - 2006-08-01 13:22:11
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25566 Modified Files: ChangeLog Log Message: Revert removal of second upper diagonal and add it again because it is being used by LaTridiagMatFactorize. - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.151&r2=1.152 |
From: Christian S. <cs...@us...> - 2006-08-01 13:00:38
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17066/include Modified Files: trmd.h Log Message: Completely overhaul the LaTridiagMatDouble class: Move stupid inline functions into the cc file and vice versa. Fix operator(int,int) that was completely broken. Remove second upper diagonal which is almost unused. Document everything. Explain how the diagonal assignments should be done by using inject(). - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/trmd.h?r1=1.5&r2=1.6 |
From: Christian S. <cs...@us...> - 2006-08-01 13:00:31
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17066 Modified Files: ChangeLog Log Message: Completely overhaul the LaTridiagMatDouble class: Move stupid inline functions into the cc file and vice versa. Fix operator(int,int) that was completely broken. Remove second upper diagonal which is almost unused. Document everything. Explain how the diagonal assignments should be done by using inject(). - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.150&r2=1.151 |
From: Christian S. <cs...@us...> - 2006-08-01 13:00:31
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17066/matrix/src Modified Files: trmd.cc Log Message: Completely overhaul the LaTridiagMatDouble class: Move stupid inline functions into the cc file and vice versa. Fix operator(int,int) that was completely broken. Remove second upper diagonal which is almost unused. Document everything. Explain how the diagonal assignments should be done by using inject(). - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/matrix/src/trmd.cc?r1=1.4&r2=1.5 |
From: Christian S. <cs...@us...> - 2006-08-01 13:00:31
|
Update of /cvsroot/lapackpp/lapackpp/matrix/testing In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17066/matrix/testing Modified Files: ttdd.cc Log Message: Completely overhaul the LaTridiagMatDouble class: Move stupid inline functions into the cc file and vice versa. Fix operator(int,int) that was completely broken. Remove second upper diagonal which is almost unused. Document everything. Explain how the diagonal assignments should be done by using inject(). - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/matrix/testing/ttdd.cc?r1=1.2&r2=1.3 |
From: Christian S. <cs...@us...> - 2006-07-24 08:08:42
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28755 Modified Files: Makefile.am Log Message: Add rule for only source rpm - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/Makefile.am?r1=1.28&r2=1.29 |
From: Christian S. <cs...@us...> - 2006-07-24 08:05:04
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27241 Modified Files: ChangeLog configure.ac Log Message: Release version 2.4.11 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.149&r2=1.150 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/configure.ac?r1=1.18&r2=1.19 |
From: Christian S. <cs...@us...> - 2006-07-20 09:52:34
|
Update of /cvsroot/lapackpp/lapackpp/blaspp/testing In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8469/blaspp/testing Modified Files: .cvsignore Makefile.am Added Files: check_blas1pp.cc Log Message: Add new tests for Blas_H_Dot_Prod and LaVectorDouble::inject. - New file: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/blaspp/testing/check_blas1pp.cc?rev=1.1 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/blaspp/testing/.cvsignore?r1=1.1&r2=1.2 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/blaspp/testing/Makefile.am?r1=1.10&r2=1.11 |
From: Christian S. <cs...@us...> - 2006-07-20 09:52:34
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8469 Modified Files: ChangeLog Log Message: Add new tests for Blas_H_Dot_Prod and LaVectorDouble::inject. - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.148&r2=1.149 |
From: Christian S. <cs...@us...> - 2006-07-14 13:34:41
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23291/include Modified Files: laslv.h Log Message: 2006-07-14 Christian Stimming <sti...@tu...> * src/linslv.cc, testing/tGenSolve.cc, testing/tComplexSolve.cc: Finally fix the solving functions for non-square matrices using QR decomposition. These were broken all along, especially since the "fix" on 2004-08-20. Now they work with all matrices again and the testing programs have checking routines for "make check". - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/laslv.h?r1=1.17&r2=1.18 |
From: Christian S. <cs...@us...> - 2006-07-14 13:34:40
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23291 Modified Files: ChangeLog Log Message: 2006-07-14 Christian Stimming <sti...@tu...> * src/linslv.cc, testing/tGenSolve.cc, testing/tComplexSolve.cc: Finally fix the solving functions for non-square matrices using QR decomposition. These were broken all along, especially since the "fix" on 2004-08-20. Now they work with all matrices again and the testing programs have checking routines for "make check". - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.147&r2=1.148 |
From: Christian S. <cs...@us...> - 2006-07-14 13:34:40
|
Update of /cvsroot/lapackpp/lapackpp/testing In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23291/testing Modified Files: tCmplxSolve.cc tGenSolve.cc Log Message: 2006-07-14 Christian Stimming <sti...@tu...> * src/linslv.cc, testing/tGenSolve.cc, testing/tComplexSolve.cc: Finally fix the solving functions for non-square matrices using QR decomposition. These were broken all along, especially since the "fix" on 2004-08-20. Now they work with all matrices again and the testing programs have checking routines for "make check". - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/testing/tCmplxSolve.cc?r1=1.4&r2=1.5 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/testing/tGenSolve.cc?r1=1.7&r2=1.8 |
From: Christian S. <cs...@us...> - 2006-07-14 13:34:39
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23291/src Modified Files: linslv.cc Log Message: 2006-07-14 Christian Stimming <sti...@tu...> * src/linslv.cc, testing/tGenSolve.cc, testing/tComplexSolve.cc: Finally fix the solving functions for non-square matrices using QR decomposition. These were broken all along, especially since the "fix" on 2004-08-20. Now they work with all matrices again and the testing programs have checking routines for "make check". - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/src/linslv.cc?r1=1.13&r2=1.14 |
From: Christian S. <cs...@us...> - 2006-06-29 08:11:52
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18496 Modified Files: README mainpage.doxygen.in Log Message: Update documentation - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/README?r1=1.22&r2=1.23 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/mainpage.doxygen.in?r1=1.15&r2=1.16 |
From: Christian S. <cs...@us...> - 2006-06-29 07:46:47
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7521 Modified Files: README mainpage.doxygen.in Log Message: Update documentation - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/README?r1=1.21&r2=1.22 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/mainpage.doxygen.in?r1=1.14&r2=1.15 |
From: Christian S. <cs...@us...> - 2006-06-27 13:23:54
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30140/include Modified Files: laslv.h Log Message: Add a little bit more documentation - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/laslv.h?r1=1.16&r2=1.17 |
From: Christian S. <cs...@us...> - 2006-06-27 12:34:13
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7946/matrix/src Modified Files: mtmpl.h Log Message: Add a little bit more documentation - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/matrix/src/mtmpl.h?r1=1.8&r2=1.9 |
From: Christian S. <cs...@us...> - 2006-06-27 12:34:12
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7946/include Modified Files: blas1pp.h gmc.h gmd.h Log Message: Add a little bit more documentation - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/blas1pp.h?r1=1.7&r2=1.8 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/gmc.h?r1=1.35&r2=1.36 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/gmd.h?r1=1.34&r2=1.35 |
From: Christian S. <cs...@us...> - 2006-05-23 12:35:53
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6323 Modified Files: ChangeLog configure.ac Log Message: 2006-05-23 Christian Stimming <sti...@tu...> * configure.ac: Cleanup of OS_foo macro to ensure it doesn't contain decimal points. - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.146&r2=1.147 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/configure.ac?r1=1.17&r2=1.18 |
From: Christian S. <cs...@us...> - 2006-05-17 15:15:24
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23121 Modified Files: NEWS Log Message: Release version 2.4.10 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/NEWS?r1=1.4&r2=1.5 |
From: Christian S. <cs...@us...> - 2006-05-17 15:12:44
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22084 Modified Files: ChangeLog configure.ac Log Message: Release version 2.4.10 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.145&r2=1.146 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/configure.ac?r1=1.16&r2=1.17 |
From: Christian S. <cs...@us...> - 2006-05-16 16:00:49
|
Update of /cvsroot/lapackpp/lapackpp/matrix/testing In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6725/matrix/testing Modified Files: tgd.vcproj Log Message: Update the project file so that MSVC builds a real DLL. Requires MSVC>=7.1 now, though. - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/matrix/testing/tgd.vcproj?r1=1.3&r2=1.4 |
From: Christian S. <cs...@us...> - 2006-05-16 16:00:48
|
Update of /cvsroot/lapackpp/lapackpp/testing In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6725/testing Modified Files: tGenSolve.vcproj Log Message: Update the project file so that MSVC builds a real DLL. Requires MSVC>=7.1 now, though. - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/testing/tGenSolve.vcproj?r1=1.3&r2=1.4 |
From: Christian S. <cs...@us...> - 2006-05-16 16:00:48
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6725 Modified Files: ChangeLog lapackpp.sln lapackpp.vcproj Log Message: Update the project file so that MSVC builds a real DLL. Requires MSVC>=7.1 now, though. - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/ChangeLog?r1=1.144&r2=1.145 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/lapackpp.sln?r1=1.1&r2=1.2 - View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/lapackpp.vcproj?r1=1.9&r2=1.10 |