Registry / other / gsl
library7.0.0rscratesunverified

Rust binding for the GNU Scientific Library, providing numerical routines for scientific computing.

# Cargo.toml [dependencies] GSL = "7.0.0"
INSTALL
IMPORT
SIG · GSL
G
gsl
otherrustv7.0.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.

Matrix
use gsl::Matrix;

Creates a new 2x2 matrix using GSL.

use gsl::Matrix; fn main() { let m = Matrix::new(2, 2).unwrap(); println!("Matrix created: {}x{}", m.rows(), m.cols()); }
Debug
Known issues
gotchaRequires GSL C library installed on the system.
fix
Install GSL via your package manager (e.g., apt install libgsl-dev).
affects: >=0.0.0
Upgrade
Version history
7.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
gsl — cargo add gsl · libregistry