News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GNU Scientific Library

Started by jj2007, October 10, 2015, 02:43:39 PM

Previous topic - Next topic

Farabi

Quote from: TWell on October 11, 2015, 02:24:26 AM
In this forum many things are done in hard way (stupid).
I have seen easy way to do things in PellesC forum.

Well, I have no idea how do stupid defined. Most of us, will called people stupid based on our surrounding and then some people had no idea what we`re talking about, mostly that`s what stupid is. But, when are talked about comercial software, not a hobby in order to understand something, learning the hard way is considered as stupid. End user need something quick, and cheap, something that are hobbyist cant afford to make.

But, when are talked about understand, which mean, knowing the working principle, I dont consider it as stupid.

It`s a matter of perspective though.
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

jj2007

I have no idea what they are good for, but the Bessel functions do look nice :biggrin:

  xor ecx, ecx            ; array index
  For_ fct=-10.0 To 40.0 Step 0.04
      SetFloat Bessel0(ecx)=gsl_sf_bessel_J0(fct)
      SetFloat Bessel1(ecx)=gsl_sf_bessel_Jn(1, fct)
      SetFloat Bessel2(ecx)=gsl_sf_bessel_Jn(-3, fct)
      inc ecx
  Next

LiaoMi

Hi,

by github link you can find the latest version 2.5 for Windows, which is well compiled in the latest Microsoft Visual Studio 2017, libraries, examples, versions for both x64 and x32 systems. The only thing, I did not have time to test it. 

GSL 2.5 Sources VS2017

https://github.com/BrianGladman/gsl

GSL 2.2 with MSVC Headers
For Visual Studio Community MSVC 2017 (Release, 64 bits)
gsl_2_2_msvc2017_64.zip (7.7 MB)
For Visual Studio Community MSVC 2015 (Release, 64 bits)
gsl_2_2_msvc2015_64.zip (7.8 MB)
For Visual Studio Community MSVC 2015 (Release, 32 bits)
gsl_2_2_msvc2015_32.zip (7.2 MB)
GSL 2.1
For Visual Studio Community MSVC 2015 (Release, 32 bits)
gsl_2_1_msvc2015_32.zip (1.6 MB)
GSL 1.16
For Visual Studio Community MSVC 2015 (Release, 64 bits)
gsl_1_16_msvc2015_64.zip (5.5 MB)
For Visual Studio Community MSVC 2015 (Release, 32 bits)
gsl_1_16_msvc2015_32.zip (5.1 MB)

https://www.bruot.org/hp/libraries/

jj2007

Any link to libgsl.dll and libgslcblas.dll binaries? Compiling them myself really is not an option.

LiaoMi

Quote from: jj2007 on October 19, 2017, 05:26:54 PM
Any link to libgsl.dll and libgslcblas.dll binaries? Compiling them myself really is not an option.

Hi,

Here is a complete build of the latest source with examples and all libraries
https://mega.co.nz/#!El5QQCLQ!AAAAAAAAAAA0MuXuJxLT1gAAAAAAAAAANDLl7icS09Y

version earlier, can be downloaded in the second link, there was version 2.2 with libraries but without examples - https://www.bruot.org/hp/media/files/libraries/gsl_2_2_msvc2017_64.zip and https://www.bruot.org/hp/media/files/libraries/gsl_2_2_msvc2015_32.zip

jj2007

Great stuff, LiaoMi. Can I use the two DLLs for my GSL examples?

LiaoMi

Quote from: jj2007 on October 19, 2017, 09:50:48 PM
Great stuff, LiaoMi. Can I use the two DLLs for my GSL examples?

Sure! :biggrin: So it was planned  :P