Dimension (mathlib)

Dimension

GitHub last commit

Repository · mathlib on docs.rs

mathlib is a Rust crate for dense and sparse linear algebra, decompositions, 3D math, clustering, graph algorithms, transforms, and more—with WebAssembly demos and optional SIMD / GPU features. The Dimension repo wraps that crate alongside kinematics, physics, rendering experiments, and documentation.

Quick start

cd mathlib && cargo build
cd mathlib && cargo test

See the root README and docs/DOCS.md for architecture and examples.