Posted
over 10 years
ago
by
me.maple.wang< at >gmail.com
I have build the GSL with MSYS , and use eclipse for C/C++ as developing tool. I copy the gsl folder(has been builded) into workspace .Steps as follows, but have problems. Hope for your help!
Thanks.
me.maple.wang< at
... [More]
>gmail.com
From: me.maple.wang< at >gmail.com
Date: 2014-09-22 11:19
To: Fred Perras
CC: info-gsl; help-gsl; bug-gsl
Subject: Re: Re: [Help-gsl] use GSL on Windows platform
But,but,,,the pre-built installer has been removed from that page.
me.maple.wang< at >gmail.com
From: me.maple.wang< at >gmail.com
Date: 2014-09-22 11:05
To: Fred Perras
CC: info-gsl; help-gsl; bug-gsl
Subject: Re: Re: [Help-gsl] use GSL on Windows platform
Thanks very much.
me.maple.wang< at >gmail.com
From: Fred Perras
Date: 2014-09-22 05:04
To: me.maple.wang< at >gmail.com
CC: info-gsl; help-gsl; bug-gsl
Subject: Re: [Help-gsl] use GSL on Windows platform
Hello,
I use GSL on windows, however I used a pre-built installer of the 1.13 version that can be do [Less]
|
Posted
over 10 years
ago
by
me.maple.wang< at >gmail.com
But,but,,,the pre-built installer has been removed from that page.
me.maple.wang< at >gmail.com
From: me.maple.wang< at >gmail.com
Date: 2014-09-22 11:05
To: Fred Perras
CC: info-gsl; help-gsl; bug-gsl
Subject: Re: Re: [Help-gsl]
... [More]
use GSL on Windows platform
Thanks very much.
me.maple.wang< at >gmail.com
From: Fred Perras
Date: 2014-09-22 05:04
To: me.maple.wang< at >gmail.com
CC: info-gsl; help-gsl; bug-gsl
Subject: Re: [Help-gsl] use GSL on Windows platform
Hello,
I use GSL on windows, however I used a pre-built installer of the 1.13 version that can be downloaded here. It works perfectly.
http://ascend4.org/Binary_installer_for_GSL-1.13_on_MinGW
Frédéric
On Sun, Sep 21, 2014 at 10:37 AM, me.maple.wang< at >gmail.com <me.maple.wang< at >gmail.com> wrote:
Hi,
I am a GNU fans, I want to use GSL on Windows platform ,
as there is no builded GSL on the GNU official website, how to build the GSL on Windows platform?
wating for your help, thanks!
me.maple.wa [Less]
|
Posted
over 10 years
ago
by
me.maple.wang< at >gmail.com
Thanks very much.
me.maple.wang< at >gmail.com
From: Fred Perras
Date: 2014-09-22 05:04
To: me.maple.wang< at >gmail.com
CC: info-gsl; help-gsl; bug-gsl
Subject: Re: [Help-gsl] use GSL on Windows platform
Hello,
I use GSL on
... [More]
windows, however I used a pre-built installer of the 1.13 version that can be downloaded here. It works perfectly.
http://ascend4.org/Binary_installer_for_GSL-1.13_on_MinGW
Frédéric
On Sun, Sep 21, 2014 at 10:37 AM, me.maple.wang< at >gmail.com <me.maple.wang< at >gmail.com> wrote:
Hi,
I am a GNU fans, I want to use GSL on Windows platform ,
as there is no builded GSL on the GNU official website, how to build the GSL on Windows platform?
wating for your help, thanks!
me.maple.wang< at >gmail.com_______________________________________________
Info-gsl mailing list
Info-gsl< at >gnu.org
https://lists.gnu.org/mailman/listinfo/info-gsl
[Less]
|
Posted
over 10 years
ago
by
Fred Perras
Hello,
I use GSL on windows, however I used a pre-built installer of the 1.13
version that can be downloaded here. It works perfectly.
http://ascend4.org/Binary_installer_for_GSL-1.13_on_MinGW
Frédéric
On Sun, Sep 21, 2014 at 10:37 AM
... [More]
, me.maple.wang< at >gmail.com <
me.maple.wang< at >gmail.com> wrote:
_______________________________________________
Info-gsl mailing list
Info-gsl< at >gnu.org
https://lists.gnu.org/mailman/listinfo/info-gsl
[Less]
|
Posted
over 13 years
ago
by
Brian Gough
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Version 1.15 of the GNU Scientific Library (GSL) is now available.
GSL provides a large collection of routines for numerical computing
in C.
This release includes significant new contributions from the
... [More]
following
people:
- Tuomo Keskitalo: new gsl_odeiv2 differential equation framework
with improved implicit solvers (this supersedes the existing
gsl_odeiv framework).
- Pedro Gonnet: implementation of the CQUAD algorithm for robust
integration of difficult functions.
- José Luis García Pallero: error checking for the CBLAS library.
The full NEWS file entry is appended below.
The file details for this release are:
http://ftpmirror.gnu.org/gsl/gsl-1.15.tar.gz (3.2 MB)
http://ftpmirror.gnu.org/gsl/gsl-1.15.tar.gz.sig (GPG signature)
d914f84b39a5274b0a589d9b83a66f44cd17ca8e (sha1 checksum)
These URLs will redirect to a local mirror for faster downloading (the
original files are at ftp://ftp.gnu.org/gnu/gsl).
The GSL p [Less]
|
Posted
about 14 years
ago
by
Francesco Abbate
GSL shell 1.0 released
I'm glad to announce, after a lot of work, the final release of GSL
Shell 1.0. This new release brings, among the other things, a lot of
improvements in the graphics functions. Here some of the most
remarkable new features:
... [More]
* possibility to put multiple plots on the same windows
* function to produce animations or interactive plots by using
graphical layers
* function to save the plot in a file in bitmap format
The graphical rendering code was almost completely rewritten and
optimised for to be efficient both for static plot and animations. You
can find in the download directory also a window binary to try the
program easily but on linux it is easy to compile the program by
yourself. The project home page is http://www.nongnu.org/gsl-shell/ .
We have also a first implementation of a 3D plotting module based on
the JavaScript Pre3d library of Dean Mc Namee. This module give you
the possibility to create simple 3D plots and animations with a simple
interface. Just be awar [Less]
|
Posted
over 14 years
ago
by
Francesco Abbate
Hi all,
I'm glad to announce the release 0.10.0 of GSL Shell. This new release
does improve GSL Shell in several ways to make it more reliable and
simple to use.
Here a short list of the more important changes with this release of GSL
Shell:
* A
... [More]
contour plot algorithm is implemented. It is written entirely in
Lua and it is quite fast and robust. The module name is "contour".
* An “high precision” experimental contour plot is also available. It
is much more computational expensive but it draws accurate smooths
curve and it does require the derivatives of the function. The
module name is "hpcontour".
* To print an expression now you don’t need to write an ‘=’ sign
before.
* Some serious bugs related to the graphical window system have been
fixed. Now the plotting system appears to be reliable in all
situations both on Windows and on X Window.
* More GSL modules implemented:
- Basis splines
- Linear Regression
- Multi variables minimization
- Eigensystems resolution
The p [Less]
|
Posted
almost 15 years
ago
by
Brian Gough
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Version 1.14 of the GNU Scientific Library (GSL) is now available.
GSL provides a large collection of routines for numerical computing
in C.
This is a maintenance release which fixes reported bugs.
... [More]
Support for
multisets and fixed order Gauss-Legendre integration has been added
and the build system has also been upgraded to the latest automake,
autoconf and libtool. The full NEWS file entry is appended below.
The file details are:
http://ftpmirror.gnu.org/gsl/gsl-1.14.tar.gz (3 MB)
http://ftpmirror.gnu.org/gsl/gsl-1.14.tar.gz.sig (GPG signature)
e1a600e4fe359692e6f0e28b7e12a96681efbe52 (sha1 checksum)
These URLs will redirect to a local mirror for faster downloading (the
original files are at ftp://ftp.gnu.org/gnu/gsl).
The GSL project homepage is http://www.gnu.org/software/gsl/
GSL is free software distributed under the GNU General Public License.
Thanks to everyone who reported bugs and contributed improvements.
Brian Gough
(GSL [Less]
|
Posted
about 15 years
ago
by
Tuomo Keskitalo
Hello,
FYI: I've released version 1.0 of ode-initval2 (ODE solver) extension
library to GSL. Comments are welcome. It's available at
http://iki.fi/tuomo.keskitalo/gsl/ode-initval2/
Compared to GSL 1.13 ode-initval, ode-initval2 includes new Adams
... [More]
and
BDF multistep methods (msadams and msbdf). Implicit steppers rk2imp and
rk4imp have been modified to use Newton iteration, and implicit Euler
method (rk1imp) has been added. Also, a new driver level has been added
to simplify the use of the library.
The main change compared to previous version (ode-initval2-0.9) is in
the interfaces. Now the stepper, evolve and control objects include a
pointer to the driver object, through which they can communicate.
PS. I took down my ode-initval-additions git repository, since I have
not updated it for a while.
Regards,
Tuomo
[Less]
|
Posted
about 15 years
ago
by
Francesco Abbate
Hi all,
I'm proud to announce the release 0.9.5 of GSL Shell. This new release
introduce a new powerful and flexible module to produce graphical
plots and diagrams.
The new module is very flexible and let the user produce almost any
kind of
... [More]
graphics to represent data or functions. The most basic usage
is just to plot a function or multiple functions but the most advanced
users will be able to do almost anything by using the powerful
graphical primitives.
The module is based on the excellent Anti-Grain Geometry (AGG) library
by Maxim Shemanarev.
You can find at
https://savannah.nongnu.org/files/?group=gsl-shell
the source code as well as a windows executable. In order to test the
software you can type:
The basic documentation for the module is already available in the
website: http://www.nongnu.org/gsl-shell/graphics.html together with a
couple of examples http://www.nongnu.org/gsl-shell/examples.html .
The compilation with Windows is tricky and there is a bug in a mingw
library that will raise an er [Less]
|