octave-maintainers
[Top][All Lists]
Advanced

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

Re: GSL in octave


From: Tatsuro MATSUOKA
Subject: Re: GSL in octave
Date: Mon, 18 Jul 2016 19:41:10 +0900 (JST)

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.

Tatsuro



reply via email to

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