nalgebra 0.34.2

General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "alga")]
mod alga;
#[cfg(feature = "encase")]
mod encase;
mod glam;
#[cfg(feature = "mint")]
mod mint;