gsl-randist
The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers
Install
- All systems
-
curl cmd.cat/gsl-randist.sh
- Debian
-
apt-get install gsl-bin
- Ubuntu
-
apt-get install gsl-bin
- Alpine
-
apk add gsl
- Arch Linux
-
pacman -S gsl
- Kali Linux
-
apt-get install gsl-bin
- CentOS
-
yum install gsl
- Fedora
-
dnf install gsl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gsl-bin
- OS X
-
brew install gsl
- Raspbian
-
apt-get install gsl-bin
- Dockerfile
- dockerfile.run/gsl-randist
- Docker
-
docker run cmd.cat/gsl-randist gsl-randist
powered by Commando
gsl
The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers
gsl-bin
GNU Scientific Library (GSL) -- binary package
The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. This package provides several example binaries. URL: http://www.gnu.org/software/gsl/
libgsl0-dbg
GNU Scientific Library (GSL) -- debug symbols package
The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. This package contains debugging symbol tables for the static GSL libraries libgsl and libgslcblas from the libgsl0-dev package, and the binaries gsl-randist and gsl-histogram from the gsl-bin package.