Registry / utility / russell-lab

russell-lab

JSON →
library2.2.0rscratesunverified

Scientific laboratory for linear algebra and numerical mathematics.

# Cargo.toml [dependencies] russell_lab = "2.2.0"
INSTALL
IMPORT
SIG · RUSSELL-LAB
R
russell-lab
utilityrustv2.2.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.

Vector
use russell_lab::Vector;

Creates a vector and prints it.

use russell_lab::Vector; fn main() { let v = Vector::from(&[1.0, 2.0, 3.0]); println!("{:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
russell-lab — cargo add russell-lab · libregistry