nalgebra 0.23.2

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
16
17
18
#[cfg(feature = "abomonation-serialize")]
mod abomonation;
mod blas;
mod cg;
mod conversion;
mod edition;
mod empty;
mod matrix;
mod matrix_slice;
#[cfg(feature = "mint")]
mod mint;
mod serde;

#[cfg(feature = "compare")]
mod matrixcompare;

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