Registry / utility / mathru

mathru

JSON →
library0.16.2rscratesunverified

Fundamental algorithms for scientific computing in Rust, including linear algebra and optimization.

# Cargo.toml [dependencies] mathru = "0.16.2"
INSTALL
IMPORT
SIG · MATHRU
M
mathru
utilityrustv0.16.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 mathru::algebra::linear::Matrix;

Creates a 2x2 matrix from a flat vector.

use mathru::algebra::linear::Matrix; fn main() { let m = Matrix::new(2, 2, vec![1.0, 2.0, 3.0, 4.0]); println!("Matrix: {:?}", m); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mathru — cargo add mathru · libregistry