nalgebra 0.19.0

Linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[cfg(feature = "abomonation-serialize")]
mod abomonation;
mod blas;
mod conversion;
mod edition;
mod matrix;
mod matrix_slice;
#[cfg(feature = "mint")]
mod mint;
mod serde;
mod empty;


#[cfg(feature = "arbitrary")]
pub mod helper;