lapackpp-cvs Mailing List for Lapack++ (Page 25)
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...> - 2004-08-03 08:40:35
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8426 Modified Files: configure.in Log Message: Don't change release version number yet. |
From: Christian S. <cs...@us...> - 2004-08-03 08:37:48
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7968 Modified Files: ChangeLog Makefile.am configure.in Log Message: 2004-08-03 Christian Stimming <sti...@tu...> * testing/tGenSolve.cc, tCmplxSolve.cc: Fix testing functions for SVD. * src/lasvd.cc: Fix some exception messagess. Improve documentation. * include/laexcp.h, matrix/src/laexcp.cc: Added static function LaException::enablePrint() that will also print exceptions to stderr. Disabled by default; see testing/tGenSolve.cc for example usage. |
From: Christian S. <cs...@us...> - 2004-08-03 08:37:48
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7968/src Modified Files: lasvd.cc Log Message: 2004-08-03 Christian Stimming <sti...@tu...> * testing/tGenSolve.cc, tCmplxSolve.cc: Fix testing functions for SVD. * src/lasvd.cc: Fix some exception messagess. Improve documentation. * include/laexcp.h, matrix/src/laexcp.cc: Added static function LaException::enablePrint() that will also print exceptions to stderr. Disabled by default; see testing/tGenSolve.cc for example usage. |
From: Christian S. <cs...@us...> - 2004-08-03 08:37:48
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7968/matrix/src Modified Files: Makefile.am Added Files: laexcp.cc Log Message: 2004-08-03 Christian Stimming <sti...@tu...> * testing/tGenSolve.cc, tCmplxSolve.cc: Fix testing functions for SVD. * src/lasvd.cc: Fix some exception messagess. Improve documentation. * include/laexcp.h, matrix/src/laexcp.cc: Added static function LaException::enablePrint() that will also print exceptions to stderr. Disabled by default; see testing/tGenSolve.cc for example usage. --- NEW FILE: laexcp.cc --- |
From: Christian S. <cs...@us...> - 2004-08-03 08:37:48
|
Update of /cvsroot/lapackpp/lapackpp/testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7968/testing Modified Files: tCmplxSolve.cc tGenSolve.cc Log Message: 2004-08-03 Christian Stimming <sti...@tu...> * testing/tGenSolve.cc, tCmplxSolve.cc: Fix testing functions for SVD. * src/lasvd.cc: Fix some exception messagess. Improve documentation. * include/laexcp.h, matrix/src/laexcp.cc: Added static function LaException::enablePrint() that will also print exceptions to stderr. Disabled by default; see testing/tGenSolve.cc for example usage. |
From: Christian S. <cs...@us...> - 2004-08-03 08:37:48
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7968/include Modified Files: lacomplex laexcp.h lasvd.h Log Message: 2004-08-03 Christian Stimming <sti...@tu...> * testing/tGenSolve.cc, tCmplxSolve.cc: Fix testing functions for SVD. * src/lasvd.cc: Fix some exception messagess. Improve documentation. * include/laexcp.h, matrix/src/laexcp.cc: Added static function LaException::enablePrint() that will also print exceptions to stderr. Disabled by default; see testing/tGenSolve.cc for example usage. |
From: Christian S. <cs...@us...> - 2004-07-31 09:15:40
|
Update of /cvsroot/lapackpp/lapackpp/testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22339/testing Modified Files: tGenSolve.cc Log Message: 2004-07-31 Christian Stimming <sti...@tu...> * src/lasvd.cc, include/lapackd.h: Fix segfault in real-valued svd code. |
From: Christian S. <cs...@us...> - 2004-07-31 09:15:40
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22339/include Modified Files: lapackd.h Log Message: 2004-07-31 Christian Stimming <sti...@tu...> * src/lasvd.cc, include/lapackd.h: Fix segfault in real-valued svd code. |
From: Christian S. <cs...@us...> - 2004-07-31 09:15:40
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22339/src Modified Files: lasvd.cc Log Message: 2004-07-31 Christian Stimming <sti...@tu...> * src/lasvd.cc, include/lapackd.h: Fix segfault in real-valued svd code. |
From: Christian S. <cs...@us...> - 2004-07-31 09:15:39
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22339 Modified Files: ChangeLog Log Message: 2004-07-31 Christian Stimming <sti...@tu...> * src/lasvd.cc, include/lapackd.h: Fix segfault in real-valued svd code. |
From: Christian S. <cs...@us...> - 2004-07-30 12:26:04
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28607 Modified Files: ChangeLog configure.in mainpage.doxygen.in Log Message: 2004-07-30 Christian Stimming <sti...@tu...> * configure.in: Release version 2.0.1, improved documentation. |
From: Christian S. <cs...@us...> - 2004-07-30 12:26:04
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28607/include Modified Files: blas1++.h gmc.h gmd.h lavc.h lavd.h Log Message: 2004-07-30 Christian Stimming <sti...@tu...> * configure.in: Release version 2.0.1, improved documentation. |
From: Christian S. <cs...@us...> - 2004-07-30 12:02:36
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25003/include Modified Files: lasvd.h Log Message: 2004-07-30 Christian Stimming <sti...@tu...> * include/lasvd.h, src/lasvd.cc: Add SVD functions for real-valued matrices. |
From: Christian S. <cs...@us...> - 2004-07-30 12:02:36
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25003/src Modified Files: lasvd.cc Log Message: 2004-07-30 Christian Stimming <sti...@tu...> * include/lasvd.h, src/lasvd.cc: Add SVD functions for real-valued matrices. |
From: Christian S. <cs...@us...> - 2004-07-30 12:02:33
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25003 Modified Files: .cvsignore ChangeLog Log Message: 2004-07-30 Christian Stimming <sti...@tu...> * include/lasvd.h, src/lasvd.cc: Add SVD functions for real-valued matrices. |
From: Christian S. <cs...@us...> - 2004-07-23 09:44:05
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7737 Modified Files: ChangeLog Makefile.am README configure.in Added Files: mainpage.doxygen.in Removed Files: mainpage.doxygen Log Message: 2004-07-23 Christian Stimming <sti...@tu...> * mainpage.doxygen.in: Add generated doxygen title page. --- NEW FILE: mainpage.doxygen.in --- /** \mainpage Lapack++ v@VERSION@ API Documentation Homepage: http://www.sourceforge.net/projects/lapackpp Download page: http://sourceforge.net/project/showfiles.php?group_id=99696 LAPACK++ is a library for high performance linear algebra computations. This version includes support for solving linear systems using LU, Cholesky, QR matrix factorizations, and symmetric eigenvalue problems. \section sect_quick Quick Start The most important classes in this library are - \ref LaGenMatDouble for real-valued matrices and - \ref LaGenMatComplex for complex-valued matrices, and - \ref LaVectorDouble and - \ref LaVectorComplex for the corresponding vectors, respectively. Once you have created objects of that type, you will want to use matrix-vector operations from the BLAS library. These can be found in the files blas1++.h , blas2++.h , and blas3++.h . And finally functions for solving equation systems can be found in laslv.h . \section sect_plat Platforms LAPACK++ v1.9 has been successfully compiled on the following platforms: - Linux/Unix gcc3.x - Linux/Unix gcc2.95.x - Windows 9x/NT/2000 under MinGW and gcc3.x (see file README.W32) If you have compiled LAPACK++ on another platform successfully, then the maintainer would be glad to hear about that. \section sect_req Requirements This package requires the packages "blas", "lapack" (without the "++"), and a Fortran compiler. On most Linuxes these are available as pre-compiled binaries under the name "blas" and "lapack". For SuSE, the Fortran compiler is available as package "gcc-g77". For SuSE9.1, the "lapack" package (for whatever reason) is not contained in the CDs anymore, but you can still download it from ftp://ftp.suse.com/pub/suse/i386/supplementary/9.1/ \section sect_compile Compile and Install If you retrieved this package from CVS, you first need to run make -f Makefile.dist and continue with compilation after that. For compilation, run the following commands: \verbatim ./configure --prefix=/your/install/path make make install \endverbatim Type ./configure --help to see more information. \section sect_doc Documentation More and more documentation is being included in this auto-generated documentation, see e.g. \ref LaGenMatComplex, \ref Blas_Add_Mult, \ref Blas_Mat_Vec_Mult, \ref Blas_Mat_Mat_Mult, \ref LaLinearSolveIP, or \ref LaSVD_IP. For (quite outdated) documentation see the LAPACK++ User's Manual and Class Reference Manual, all available from netlib or on http://math.nist.gov/lapack++/ . \section sect_LAPACKPP LAPACK++ v1.1 vs. v1.9 and higher The original LAPACK++ (up to v1.1a) has been written by R. Pozo et al. at the University of Tennessee, Knoxvilee, TN., and Oak Ridge National Laboratory, Oak Ridge, TN, and is available on http://math.nist.gov/lapack++/ However, they abandoned LAPACK in the year 2000 and stated: "Lapack++ is no longer actively supported. The successor to this project is that Template Numerical Toolkit (TNT), see http://math.nist.gov/tnt for details." Unfortunately, the project TNT never really took off. Therefore this fork from the original LAPACK++ has been started. There are a whole number of changes now in here. Most notably, this local copy has complex matrices enabled again by adding a custom copy of stdc++'s complex type (see include/lacomplex.h and include/lacomplex). Along these lines, wrapper functions for more and more LAPACK and BLAS routines have been added. Also, this includes fixes in various wrong default arguments. \section sect_features Features LAPACK++ v. 1.9 supports various matrix classes for vectors, non-symmetric matrices, symmetric positive definite (SPD) matrices, symmetric matrices, banded, triangular, and tridiagonal matrices; however, Version 1.1 does not include all of the capabilities of original f77 LAPACK. Emphasis is given to routines for solving linear systems consisting of non-symmetric matrices, symmetric positive definite systems, and solving linear least- square systems. 2004-01-14, Christian Stimming <sti...@tu...> */ Index: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d --brief -r1.30 -r1.31 Files /tmp/cvsWYVMOu and /tmp/cvsx1zASL differ Index: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d --brief -r1.12 -r1.13 Files /tmp/cvsbOYkbv and /tmp/cvsbHJVgM differ Index: README =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/README,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d --brief -r1.6 -r1.7 Files /tmp/cvs07b8Ux and /tmp/cvshKxv2O differ Index: configure.in =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/configure.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d --brief -r1.17 -r1.18 Files /tmp/cvsLOL2Jv and /tmp/cvsDb3HUM differ --- mainpage.doxygen DELETED --- |
From: Christian S. <cs...@us...> - 2004-07-21 14:42:26
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3279 Modified Files: ChangeLog NEWS RELEASE.NOTES configure.in Log Message: 2004-07-21 Christian Stimming <sti...@tu...> * configure.in: Release version 2.0.0. Update library version to 2.0.1 due to the added function. Index: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d --brief -r1.29 -r1.30 Files /tmp/cvsDTYTNb and /tmp/cvsiapox3 differ Index: NEWS =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/NEWS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1 -r1.2 Files /tmp/cvs5csNL6 and /tmp/cvsbWpKzY differ Index: RELEASE.NOTES =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/RELEASE.NOTES,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvs0GWd2f and /tmp/cvs6vAHU7 differ Index: configure.in =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/configure.in,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d --brief -r1.16 -r1.17 Files /tmp/cvs9IMtbE and /tmp/cvsMcVvlw differ |
From: Christian S. <cs...@us...> - 2004-07-21 13:36:55
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24702/include Modified Files: lacomplex Log Message: 2004-07-21 Christian Stimming <sti...@tu...> * include/lacomplex: Fix macro name for gcc3.4. Index: lacomplex =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lacomplex,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d --brief -r1.9 -r1.10 Files /tmp/cvsNAlU1F and /tmp/cvsIuwQ0d differ |
From: Christian S. <cs...@us...> - 2004-07-21 13:36:51
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24702 Modified Files: ChangeLog Log Message: 2004-07-21 Christian Stimming <sti...@tu...> * include/lacomplex: Fix macro name for gcc3.4. Index: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d --brief -r1.28 -r1.29 Files /tmp/cvsT8DSlr and /tmp/cvsow6bcZ differ |
From: Christian S. <cs...@us...> - 2004-07-15 13:37:00
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2954 Modified Files: README Log Message: Add comment about lapack on suse91 Index: README =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d --brief -r1.5 -r1.6 Files /tmp/cvs23tSdr and /tmp/cvs2pRHjg differ |
From: Christian S. <cs...@us...> - 2004-05-06 15:51:12
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25650/include Modified Files: lasvd.h Log Message: 2004-05-06 Christian Stimming <sti...@tu...> * include/lasvd.h: Add function for calculating only the singular values, not the vectors. Index: lasvd.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lasvd.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvsnOaKfS and /tmp/cvsxNlaPM differ |
From: Christian S. <cs...@us...> - 2004-05-06 15:51:11
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25650 Modified Files: ChangeLog Log Message: 2004-05-06 Christian Stimming <sti...@tu...> * include/lasvd.h: Add function for calculating only the singular values, not the vectors. Index: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d --brief -r1.27 -r1.28 Files /tmp/cvsJeM2SM and /tmp/cvsNWHrnH differ |
From: Christian S. <cs...@us...> - 2004-05-06 15:51:11
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25650/src Modified Files: lasvd.cc Log Message: 2004-05-06 Christian Stimming <sti...@tu...> * include/lasvd.h: Add function for calculating only the singular values, not the vectors. Index: lasvd.cc =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/src/lasvd.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvslEbbqi and /tmp/cvsED4wld differ |
From: Christian S. <cs...@us...> - 2004-05-05 16:08:41
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18468/src Modified Files: lasvd.cc Log Message: 2004-05-05 Christian Stimming <sti...@tu...> * src/lasvd.cc: Complete the first SVD function. tCmplxSolve now contains a test for it. Index: lasvd.cc =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/src/lasvd.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1 -r1.2 Files /tmp/cvspsxKSw and /tmp/cvsTjk3me differ |
From: Christian S. <cs...@us...> - 2004-05-05 16:08:41
|
Update of /cvsroot/lapackpp/lapackpp/testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18468/testing Modified Files: tCmplxSolve.cc Log Message: 2004-05-05 Christian Stimming <sti...@tu...> * src/lasvd.cc: Complete the first SVD function. tCmplxSolve now contains a test for it. Index: tCmplxSolve.cc =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/testing/tCmplxSolve.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1 -r1.2 Files /tmp/cvssm9AYA and /tmp/cvs8aP6wi differ |