gsl-shell icon indicating copy to clipboard operation
gsl-shell copied to clipboard

GSL library shell based on LuaJIT2

Results 14 gsl-shell issues
Sort by recently updated
recently updated
newest added

Is it still possible to use the most recent gsl-shell in zerobrane on macos? I was looking for a plotting environment for geometry algorithms and visualization.

Hey Francesco, here is a branch ("fftw") with the fftw functions replaced by wrapper calls for the FFTW library. Why did I do that? For one thing I wanted 2D,...

BTW: Scroll down for updated infos. Hey Francesco, I needed some 2D Fourier transformation in my work so I implemented a version. It differs a bit from the 1D calculation,...

![Screenshot from 2022-04-02 16-18-39](https://user-images.githubusercontent.com/433545/161387390-9dea885b-9413-415a-b982-4aadaededd3a.png)

Mac OSX sierra & High sierra is make Error. How can I make it? I used LuaJIT (lujit 2.1.0 beta3) install is brew. ``` brew install --with-gc64 --devel luajit brew...

Hi, I have only recently discovered GSL-Shell. Thank you for your great work. I'm very interested in the GDT module in GSL-Shell as I work with tabular data quite frequently....

Hello, Running gsl-shell failed with "cannot find a suitable truetype font". (note: this is a very confusing error message) Looking around, I found that gsl-shell look for fonts in several...

Where is the official URL for the documentation of GSL Shell nowadays? It seems that http://www.nongnu.org/gsl-shell/doc/ is not up to date; e.g. most functions are missing from http://www.nongnu.org/gsl-shell/doc/linalg.html.

I installed all dependencies using Homebrew, and when try to compile the GSL Shell, I get the following: https://gist.github.com/pygy/bcc04edb58deb1d163d6 X11 is installed and works properly, as is Xcode (4.6) and...

Do you plan to migrate to the 2.1 branch? It is faster than v2.0.x, and AFAIK stable enough to be used in production at CloudFlare.