gsl
Version, currently 0.1.01 version
- 0.1.0latestMar 27, 2021
github.com/ruivieira/crystal-gsl
GNU Scientific Library bindings for Crystal
22 stars
3 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
gsl:
github: ruivieira/crystal-gsl
version: ~> 0.1.0Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Authors
- Rui Vieira, Dylandy Chang
Dependencies
This version declares no dependencies.
README
crystal-gsl
GNU Scientific Library (GSL) binding for Crystal
Installation
Add this to your application's shard.yml:
dependencies:
gsl:
github: ruivieira/crystal-gsl
System dependencies
Ubuntu
- libatlas-base-dev
- libgsl-dev
Fedora
- gsl
- gsl-devel
Usage
require "gsl"
Documentation
Full documentation can be found at here.
Examples
Examples can be found here.
Warning:
- Not fully test
- Pre-release (API will break)
- Not fit for production
Status
Implementation list:
- Statistical
- Distributions
- Binomial
- Chi-square
- Uniform
- Exponential
- Cauchy
- Gaussian (univariate and multivariate)
- Poisson
- Multinomial
- Gamma
- Vectors
- Matrices
- Sparse and dense matrices
- Histograms
- Permutations
- Distributions
Contributing
- Fork it ( https://github.com/ruivieira/crystal-gsl/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Mar 27, 2021
- Commit
faa5ade40962- Indexed
- yes
Dependents
Repository
github.com/ruivieira/crystal-gsl
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 16, 2026
- Synced
- Aug 16, 2026
- Versions
- 1