Registry / utility / faer-core

faer-core

JSON →
library0.17.1rscratesunverified

Basic linear algebra routines for the Faer numerical computing library.

# Cargo.toml [dependencies] faer-core = "0.17.1"
INSTALL
IMPORT
SIG · FAER-CORE
F
faer-core
utilityrustv0.17.1
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.

Mat
use faer_core::Mat;

Creates a zero-initialized 3x3 matrix.

use faer_core::Mat; fn main() { let mat = Mat::<f64>::zeros(3, 3); println!("Matrix: {:?}", mat); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
faer-core — cargo add faer-core · libregistry