Math::Libgsl::* - An interface to libgsl, the Gnu Scientific Library.
Math::Libgsl provides an interface to libgsl - the GNU Scientific Library.
This is a work in progress. The GSL is huge and I will release early and release often while developing the module; I will try to keep the interface as consistent as I can.
This repository is not a software project, but just an index of the Libgsl modules I'm developing.
The modules available at the moment are the following:
- Math::Libgsl::Constants
- Math::Libgsl::Elementary
- Math::Libgsl::Complex
- Math::Libgsl::Polynomial
- Math::Libgsl::Function
- Math::Libgsl::Matrix
- Math::Libgsl::Permutation
- Math::Libgsl::Combination
- Math::Libgsl::Multiset
- Math::Libgsl::Sort
- Math::Libgsl::BLAS
- Math::Libgsl::LinearAlgebra
- Math::Libgsl::Eigensystem
- Math::Libgsl::Random
- Math::Libgsl::QuasiRandom
- Math::Libgsl::RandomDistribution
- Math::Libgsl::Statistics
- Math::Libgsl::RunningStatistics
- Math::Libgsl::MovingWindow
- Math::Libgsl::DigitalFiltering
- Math::Libgsl::Histogram
- Math::Libgsl::Interpolation
For more details on libgsl see https://www.gnu.org/software/gsl/.
The excellent C Library manual is available here https://www.gnu.org/software/gsl/doc/html/index.html, or here https://www.gnu.org/software/gsl/doc/latex/gsl-ref.pdf in PDF format.
Fernando Santagata [email protected]
Copyright 2019 Fernando Santagata
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.