Registry / utility / faer
library0.24.0rscratesunverified

A linear algebra library for Rust.

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

Mat
use faer::Mat;

Creates a zero-initialized matrix.

use faer::Mat; let a = Mat::<f64>::zeros(3, 3); // Perform linear algebra operations
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.24.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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