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
//! Various tools useful for testing/debugging/benchmarking.

mod random_orthogonal;
mod random_sdp;

pub use self::random_orthogonal::*;
pub use self::random_sdp::*;