octave-maintainers
[Top][All Lists]
Advanced

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

Re: GSL in octave


From: julian
Subject: Re: GSL in octave
Date: Mon, 11 Jul 2016 12:10:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

I didn't realize that I have specials functions that are not in octave, such as hypergeometric functions
hyperg_0F1  hyperg_1F1  hyperg_U
so I can express the Laguerre polynomials in terms of these functions.
Anyway, GSL does have Laguerre polynomials, so why there aren't in octave?

On 11/07/16 12:04, julian wrote:
I have to use Laguerre polynomials and some other special functions in a
octave script. Octave doesn't have this functions, so I tried to install
the GNU Scientific Library (GSL), installing gsl-bin, libgsl0ldbl,
libgsl0-dev and octave-gsl from debian repositories.

However, the only function installed in octave is gsl_sf:

-- Loadable Function: gsl_sf ()

     Octave bindings to the GNU Scientific Library.  All GSL functions
     can be called with by the GSL names within octave.

I haven't found any further documentation of the function.

How can I use Laguerre polynomials and other special functions in
octave? Is GSL a good option or there are better ones?



reply via email to

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