Popularity
5.6
Growing
Activity
0.0
Declining
21
4
4

Programming language: Crystal
License: GNU General Public License v3.0 only
Tags: Low Level Bindings    

crystal-gsl alternatives and similar shards

Based on the "Low level bindings" category.
Alternatively, view crystal-gsl alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of crystal-gsl or a related project?

Add another 'Low level bindings' Shard

README

crystal-gsl

Build Status

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 < 16.04

  • libgsl0-dev
  • gsl-bin

Ubuntu >= 16.04

  • libgsl-dev
  • gsl-bin

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

Contributing

  1. Fork it ( https://github.com/ruivieira/crystal-gsl/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Developing Depencies

  • Ruby & rake
  • crystal-icr , > 0.2.10 // Install manually not by shard install

Contributors

  • ruivieira Rui Vieira - creator, maintainer
  • dylandy Dylandy Chang - developer, maintainer