|
Description: A port of the gsl - Gnu scientifc library - to Microsoft Visual Studio 2008 compiler. This is a port of GSL 1.11 to Microsoft Visual C++ 2008 (vc 9.0)
I maintain this port because I had problems with the debug informations of the cygwin binaries distribution.
Contact me if you need the library in other forms (at the moment, only static library with static runtime is provided)
The release version have sse2 enabled.
Settings you have to change when creating your own project :
- additional include directory should point to win32\gsl\include - additional library directory should point to win32\gsl\lib\debug_static-vc90 or win32\gsl\lib\release_static-vc90 - Code generation : use /MTd for Debug and /MT for Release (static c runtime) - Debug config should link with "cblas.lib gsl.lib" - Release config should link with "cblas.lib gsl.lib"
The binary distribution contains an example project to show how to se this library with Microsoft Visual C++ 2008 (vc 9.0). Just load win32\example\example.sln into visual studio, compile and run.
This version is based on the work on port of David Geldreich (
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
) Visual Studio 2003.net port Latest version could be found on : http://david.geldreich.free.fr/dev.html
Autor: Alex Laier Bordignon (
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
) http://matmidia.org/alexlaier Date: 4/28/2009
Source code and binaries: Download (4,4 MB)
Source code only: Download (1,7 MB) |