octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GSL in octave


From: Susi Lehtola
Subject: Re: GSL in octave
Date: Mon, 18 Jul 2016 13:12:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

On 07/18/2016 03:41 AM, Tatsuro MATSUOKA wrote:
I have a question gsl package.

Seeing PKG_ADD
there listed a lot of functions.
e.g.

autoload ("airy_Ai_deriv", fullfile (fileparts (mfilename ("fullpath")), 
"gsl_sf.oct"));
autoload ("airy_Ai_deriv_scaled", fullfile (fileparts (mfilename ("fullpath")), 
"gsl_sf.oct"));
autoload ("airy_Ai", fullfile (fileparts (mfilename ("fullpath")), 
"gsl_sf.oct"));
autoload ("airy_Ai_scaled", fullfile (fileparts (mfilename ("fullpath")), 
"gsl_sf.oct"));

However in the source codes, only legendre_sphPlm_array.cc does implement the 
gsl functions.

How can l use gsl package in practical sense.
I am very interested in this package and would like to know how to use this.

Thanks for advance.

There's still a problem in the interface between the configure phase and the build procedure. The build process is supposed to skip the functions that don't exist in your build of gsl, but currently it is skipping over everything.
--
Susi Lehtola
Fedora Project Contributor
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]