Registry / utility / rb-gsl

rb-gsl

JSON →
library1.16.0rbrubygemsunverified

Ruby interface to the GNU Scientific Library for numerical computing, providing functions for linear algebra, statistics, and more.

gem install rb-gsl
INSTALL
IMPORT
SIG · RB-GSL
R
rb-gsl
utilityrubyv1.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GSL
✓ require 'gsl'

Create a GSL vector and compute its mean.

require 'gsl' vector = GSL::Vector.alloc([1, 2, 3]) puts vector.mean
Debug
Known issues
gotchaRequires the GSL C library to be installed on the system.
fix
Install GSL via your package manager (e.g., apt-get install libgsl-dev) before installing the gem.
affects: >= 0
Upgrade
Version history
1.16.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rb-gsl — gem install rb-gsl · libregistry