annotate lib_win32/README.txt @ 37:4a92113e9798
slimline
Eliminate a couple more potential unsigned underflows, fix compiler warnings
author |
Chris Cannam |
date |
Wed, 16 May 2012 11:56:07 +0100 |
parents |
e0ff3b0c7316 |
children |
|
rev |
line source |
max@3
|
1 The lib and dll files in this folder are for 32 bit Windows XP.
|
max@3
|
2 They are compiled versions of the BLAS and LAPACK libraries,
|
max@3
|
3 which are distributed under a BSD license.
|
max@3
|
4
|
max@3
|
5 The compiled versions were downloaded from:
|
max@3
|
6 http://www.fi.muni.cz/~xsvobod2/misc/lapack/
|
max@3
|
7
|
max@3
|
8 Sources for BLAS and LAPACK can be found at:
|
max@3
|
9 http://www.netlib.org/blas/
|
max@3
|
10 http://www.netlib.org/lapack/
|