Registry / utility / peroxide

peroxide

JSON →
library0.41.2rscratesunverified

Rust comprehensive scientific computation library with linear algebra, numerical analysis, statistics, and machine learning tools.

# Cargo.toml [dependencies] peroxide = "0.41.2"
INSTALL
IMPORT
SIG · PEROXIDE
P
peroxide
utilityrustv0.41.2
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 peroxide::prelude::*;

Creates two matrices and multiplies them.

use peroxide::prelude::*; fn main() { let a = ml_matrix("1 2;3 4"); let b = ml_matrix("5 6;7 8"); let c = a * b; println!("{}", c); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.41.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
peroxide — cargo add peroxide · libregistry