lapackpp-cvs Mailing List for Lapack++ (Page 28)
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-02-15 15:17:59
|
Update of /cvsroot/lapackpp/lapackpp/blaspp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16275/blaspp/src Modified Files: blas1++.cc Log Message: 2004-02-15 Christian Stimming <sti...@tu...> * configure.in: Release version 1.9.2 * include/blas1++.h, blas/src/blas1++.cc, include/blas1.h: Fix wrong header declarations (missing consts); add some const's where they belong; adapt blas1++.cc file. Index: blas1++.cc =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/blaspp/src/blas1++.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d --brief -r1.4 -r1.5 Files /tmp/cvsCoxrgQ and /tmp/cvs7CZbaH differ |
From: Christian S. <cs...@us...> - 2004-02-15 15:17:32
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16275/include Modified Files: blas1++.h blas1.h Log Message: 2004-02-15 Christian Stimming <sti...@tu...> * configure.in: Release version 1.9.2 * include/blas1++.h, blas/src/blas1++.cc, include/blas1.h: Fix wrong header declarations (missing consts); add some const's where they belong; adapt blas1++.cc file. Index: blas1++.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/blas1++.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvsvsehnJ and /tmp/cvseKKyRf differ Index: blas1.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/blas1.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvs1NJCpI and /tmp/cvs0JR2Ye differ |
From: Christian S. <cs...@us...> - 2004-02-11 15:26:39
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7800 Modified Files: gmc.h gmd.h Log Message: Fix typos Index: gmc.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/gmc.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d --brief -r1.4 -r1.5 Files /tmp/cvsjkWdDI and /tmp/cvsE9MHxb differ Index: gmd.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/gmd.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d --brief -r1.4 -r1.5 Files /tmp/cvs0lBpyc and /tmp/cvsBiEGSF differ |
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 |
From: Christian S. <cs...@us...> - 2004-02-06 14:02:24
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474/matrix/src Modified Files: Makefile.am gmc.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: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/matrix/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvsiHf2aj and /tmp/cvsijem4r differ Index: gmc.cc =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/matrix/src/gmc.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvsXdmlsk and /tmp/cvsexsYnt differ |
From: Christian S. <cs...@us...> - 2004-02-06 14:02:24
|
Update of /cvsroot/lapackpp/lapackpp/blaspp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474/blaspp/src Modified Files: Makefile.am 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: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/blaspp/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvs5M5OXV and /tmp/cvsm7qTB4 differ |
From: Christian S. <cs...@us...> - 2004-02-06 14:02:23
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474/src Modified Files: Makefile.am 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: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvsPkG4NX and /tmp/cvsInTzf7 differ |
From: Christian S. <cs...@us...> - 2004-02-06 14:02:23
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474 Modified Files: ChangeLog RELEASE.NOTES configure.in mainpage.doxygen 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: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d --brief -r1.10 -r1.11 Files /tmp/cvsumxZMG and /tmp/cvskQSEiP differ Index: RELEASE.NOTES =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/RELEASE.NOTES,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvsQ6LIjM and /tmp/cvsm6KsRU differ Index: configure.in =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/configure.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d --brief -r1.9 -r1.10 Files /tmp/cvsHZJUsN and /tmp/cvsYoyX2V differ Index: mainpage.doxygen =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/mainpage.doxygen,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1 -r1.2 Files /tmp/cvsG6xMfT and /tmp/cvsUsR4R1 differ |
From: Christian S. <cs...@us...> - 2004-02-06 14:02:23
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474/include Modified Files: gmc.h gmd.h lacomplex 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: gmc.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/gmc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvsdepnZ9 and /tmp/cvskj4CMi differ Index: gmd.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/gmd.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvsv8ajPg and /tmp/cvswiv8Gp differ Index: lacomplex =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lacomplex,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d --brief -r1.6 -r1.7 Files /tmp/cvsS0ZbBk and /tmp/cvsnuK3wt differ |
From: Christian S. <cs...@us...> - 2004-02-06 11:24:16
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3965/include Modified Files: Makefile.am blas1++.h blas2++.h blas3++.h f2c.h gmc.h gmd.h lacomplex lacomplex.h.in laslv.h lavc.h lavd.h vc.h vd.h vf.h vi.h Removed Files: template_v.h Log Message: 2004-02-06 Christian Stimming <sti...@tu...> * Doxyfile, mainpage.doxygen, include/*.h: Added some initial doxygen documentation which is generated by "make srcdoc". Index: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvs2QUMcc and /tmp/cvsWtCDBO differ Index: blas1++.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/blas1++.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvs6pPkRd and /tmp/cvsnKWghQ differ Index: blas2++.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/blas2++.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvsZvkJad and /tmp/cvsmKSKBP differ Index: blas3++.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/blas3++.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvscMT7Oe and /tmp/cvsmAjehR differ Index: f2c.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/f2c.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d --brief -r1.5 -r1.6 Files /tmp/cvskGqPRi and /tmp/cvsxYC4kV differ Index: gmc.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/gmc.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvs4tdMYk and /tmp/cvs3O2ntX differ Index: gmd.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/gmd.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvsS1khpk and /tmp/cvs3a82UW differ Index: lacomplex =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lacomplex,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d --brief -r1.5 -r1.6 Files /tmp/cvspGOYum and /tmp/cvsXQia2Y differ Index: lacomplex.h.in =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lacomplex.h.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvs9bh6po and /tmp/cvsajXtY0 differ Index: laslv.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/laslv.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvsJRD0Ts and /tmp/cvsK6eMt5 differ Index: lavc.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lavc.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvsUim8dv and /tmp/cvs5kjqP7 differ Index: lavd.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lavd.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvsuJSoyx and /tmp/cvs4aTcba differ Index: vc.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/vc.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvs27shyz and /tmp/cvsqNqocc differ Index: vd.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/vd.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvsbBlimB and /tmp/cvs1e1A1d differ Index: vf.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/vf.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvs2HO8KA and /tmp/cvsC8Kzrd differ Index: vi.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/vi.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d --brief -r1.1.1.1 -r1.2 Files /tmp/cvstQlNuC and /tmp/cvs4HNmcf differ --- template_v.h DELETED --- |
From: Christian S. <cs...@us...> - 2004-02-06 11:24:15
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3965 Modified Files: .cvsignore ChangeLog Makefile.am README Added Files: Doxyfile mainpage.doxygen Log Message: 2004-02-06 Christian Stimming <sti...@tu...> * Doxyfile, mainpage.doxygen, include/*.h: Added some initial doxygen documentation which is generated by "make srcdoc". --- NEW FILE: Doxyfile --- # Doxyfile 1.2.13-20020210 #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = Lapack++ PROJECT_NUMBER = OUTPUT_DIRECTORY = api-doc OUTPUT_LANGUAGE = English EXTRACT_ALL = YES EXTRACT_PRIVATE = NO EXTRACT_STATIC = YES EXTRACT_LOCAL_CLASSES = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = NO STRIP_FROM_PATH = INTERNAL_DOCS = NO STRIP_CODE_COMMENTS = YES CASE_SENSE_NAMES = YES SHORT_NAMES = NO HIDE_SCOPE_NAMES = NO VERBATIM_HEADERS = YES SHOW_INCLUDE_FILES = YES JAVADOC_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO DETAILS_AT_TOP = NO INHERIT_DOCS = YES INLINE_INFO = YES SORT_MEMBER_DOCS = NO DISTRIBUTE_GROUP_DOC = NO TAB_SIZE = 4 GENERATE_TODOLIST = NO GENERATE_TESTLIST = NO GENERATE_BUGLIST = YES ALIASES = ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 OPTIMIZE_OUTPUT_FOR_C = NO SHOW_USED_FILES = NO #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- QUIET = YES WARNINGS = YES WARN_IF_UNDOCUMENTED = NO WARN_FORMAT = WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = include mainpage.doxygen include/lacomplex FILE_PATTERNS = *.h \ *.hh \ *.H RECURSIVE = NO EXCLUDE = fmd.h gfd.h vli.h EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXAMPLE_PATH = EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = NO IMAGE_PATH = INPUT_FILTER = FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- SOURCE_BROWSER = NO INLINE_SOURCES = NO REFERENCED_BY_RELATION = YES REFERENCES_RELATION = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 3 IGNORE_PREFIX = La #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = HTML_FILE_EXTENSION = .html HTML_HEADER = HTML_FOOTER = HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO CHM_FILE = HHC_LOCATION = GENERATE_CHI = NO BINARY_TOC = NO TOC_EXPAND = NO DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- GENERATE_LATEX = NO LATEX_OUTPUT = LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex COMPACT_LATEX = NO PAPER_TYPE = a4wide EXTRA_PACKAGES = LATEX_HEADER = PDF_HYPERLINKS = NO USE_PDFLATEX = NO LATEX_BATCHMODE = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- GENERATE_RTF = NO RTF_OUTPUT = COMPACT_RTF = NO RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- GENERATE_MAN = NO MAN_OUTPUT = MAN_EXTENSION = MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- GENERATE_XML = NO #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = NO INCLUDE_PATH = INCLUDE_FILE_PATTERNS = PREDEFINED = HAVE_LAPACKPP DOXYGEN_IGNORE LA_COMPLEX_SUPPORT EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::addtions related to external references #--------------------------------------------------------------------------- TAGFILES = GENERATE_TAGFILE = lapackpp.tags ALLEXTERNALS = NO EXTERNAL_GROUPS = NO PERL_PATH = #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = YES HIDE_UNDOC_RELATIONS = YES HAVE_DOT = NO CLASS_GRAPH = YES COLLABORATION_GRAPH = YES TEMPLATE_RELATIONS = YES INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES GRAPHICAL_HIERARCHY = YES DOT_IMAGE_FORMAT = png DOT_PATH = DOTFILE_DIRS = MAX_DOT_GRAPH_WIDTH = 1024 MAX_DOT_GRAPH_HEIGHT = 1024 GENERATE_LEGEND = YES DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO CGI_NAME = CGI_URL = DOC_URL = DOC_ABSPATH = BIN_ABSPATH = EXT_DOC_PATHS = --- NEW FILE: mainpage.doxygen --- /** \mainpage Lapack++ v1.9.x 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". \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 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 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: .cvsignore =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d --brief -r1.4 -r1.5 Files /tmp/cvsYVxnL0 and /tmp/cvsTmKh4C differ Index: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d --brief -r1.9 -r1.10 Files /tmp/cvs3HxoW4 and /tmp/cvsPGqvgH differ Index: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d --brief -r1.7 -r1.8 Files /tmp/cvselsgB6 and /tmp/cvs8Y6sWI differ Index: README =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvsyNJdV5 and /tmp/cvsUdKvhI differ |
From: Christian S. <cs...@us...> - 2004-02-05 16:30:43
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24303/include Modified Files: lacomplex Log Message: 2004-02-05 Christian Stimming <sti...@tu...> * include/lacomplex: Add conversions from template base class into std::complex classes. Necessary for gcc2.95. Index: lacomplex =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/lacomplex,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d --brief -r1.4 -r1.5 Files /tmp/cvsKvt3tq and /tmp/cvsOTCRMJ differ |
From: Christian S. <cs...@us...> - 2004-02-05 16:30:43
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24303 Modified Files: ChangeLog Log Message: 2004-02-05 Christian Stimming <sti...@tu...> * include/lacomplex: Add conversions from template base class into std::complex classes. Necessary for gcc2.95. Index: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d --brief -r1.8 -r1.9 Files /tmp/cvs9HSglq and /tmp/cvscGeVDJ differ |
From: Christian S. <cs...@us...> - 2004-02-05 16:28:44
|
Update of /cvsroot/lapackpp/lapackpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23723/src Modified Files: dopla.c dtimmg.c Log Message: 2004-02-05 Christian Stimming <sti...@tu...> * include/f2c.h: Remove definition of min and max macros since these collide with the std::min and std::max functions. And macros are evil, anyway. Index: dopla.c =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/src/dopla.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvsBUQdpZ and /tmp/cvs782v4J differ Index: dtimmg.c =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/src/dtimmg.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvsuUHAv1 and /tmp/cvsnEyfcM differ |
From: Christian S. <cs...@us...> - 2004-02-05 16:28:44
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23723 Modified Files: ChangeLog Log Message: 2004-02-05 Christian Stimming <sti...@tu...> * include/f2c.h: Remove definition of min and max macros since these collide with the std::min and std::max functions. And macros are evil, anyway. Index: ChangeLog =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d --brief -r1.7 -r1.8 Files /tmp/cvsaOeLtq and /tmp/cvsSQmXZ9 differ |
From: Christian S. <cs...@us...> - 2004-02-05 16:28:44
|
Update of /cvsroot/lapackpp/lapackpp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23723/include Modified Files: f2c.h Log Message: 2004-02-05 Christian Stimming <sti...@tu...> * include/f2c.h: Remove definition of min and max macros since these collide with the std::min and std::max functions. And macros are evil, anyway. Index: f2c.h =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/include/f2c.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d --brief -r1.4 -r1.5 Files /tmp/cvsL3ed2x and /tmp/cvsEMhUEh differ |
From: Christian S. <cs...@us...> - 2004-02-04 16:14:53
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19652/lapackpp Modified Files: Makefile.am README.W32 configure.in Log Message: Add more Makefile rules for DLL building Index: Makefile.am =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d --brief -r1.6 -r1.7 Files /tmp/cvsXCxcie and /tmp/cvsbPGBFE differ Index: README.W32 =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/README.W32,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d --brief -r1.2 -r1.3 Files /tmp/cvstfZ8ni and /tmp/cvsw6PdOI differ Index: configure.in =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/configure.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d --brief -r1.8 -r1.9 Files /tmp/cvsjzPIlQ and /tmp/cvsABDdeh differ |
From: Christian S. <cs...@us...> - 2004-02-04 15:59:54
|
Update of /cvsroot/lapackpp/lapackpp/macros In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16421/macros Modified Files: acx_lapackpp.m4 Log Message: improve macro. Index: acx_lapackpp.m4 =================================================================== RCS file: /cvsroot/lapackpp/lapackpp/macros/acx_lapackpp.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvscz4y63 and /tmp/cvs0iPz2w differ |
From: Christian S. <cs...@us...> - 2004-02-04 13:46:54
|
Update of /cvsroot/lapackpp/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20236 Modified Files: loginfo Log Message: fix loginfo Index: loginfo =================================================================== RCS file: /cvsroot/lapackpp/CVSROOT/loginfo,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d --brief -r1.3 -r1.4 Files /tmp/cvs2WBagH and /tmp/cvsjc3Ng4 differ |