CPPLapack Code
Status: Beta
Brought to you by:
yonishi
File | Date | Author | Commit |
---|---|---|---|
README.txt | 2010-04-01 | yonishi | [r141] Packaging scripts for windows are added. |
control | 2010-03-26 | yonishi | [r140] small modification of packaging/. |
cpplapack.nsi | 2010-04-01 | yonishi | [r142] packaging/cpplapack.nsi was modified. |
cpplapack.spec | 2010-03-26 | yonishi | [r140] small modification of packaging/. |
mkdeb.sh | 2010-03-26 | yonishi | [r140] small modification of packaging/. |
mkrpm.sh | 2010-03-26 | yonishi | [r139] A packaging diectory was added. |
mktgz.sh | 2010-03-26 | yonishi | [r140] small modification of packaging/. |
CONTENTS inlude\: CPPLapack header files lib\: BLAS and LAPACK libraries for 32bit Windows lib64\: BLAS and LAPACK libraries for 64bit Windows README.txt: This file UNINSTALL Simplly remove the "c:\cpplapack" directory. LIBRARIES The BLAS and LAPACK libraries are NOT products of CPPLapack. They are originally distributed at http://www.netlib.org/clapack/ . Authors of CPPLapack deeply appliciate the developers of BLAS and LAPACK. USAGE Add "c:\cpplapack\include" to the include path of your project. You may also need to add either "c:\cpplapack\lib" or "c:\cpplapack\lib64" to the library path of your project and then link with the "BLAS.lib" and "clapack.lib". DOCUMENTATION An online documentation is available at http://cpplapack.sourceforge.net/ . LICENCE CPPLapack is a GPL software.