General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.
# Cargo.toml
[dependencies]
nalgebra = "0.35.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a 3x3 matrix and compute its determinant.
Use dynamically-sized matrices (DMatrix) for large or variable sizes.
No dependency data recorded yet.