Modules§
- matrix
- A work-in-progress module that allows to perform operations on real matrices.
- permutation
- An API to work with mathematical permutations i.e. bijective mappings from {1, …, n} to {1, …, n}.
- poly
- An API to perform arithmetic operations on integer polynomials.
- sorting
- Rust implementations of several popular sorting algorithms.
- vec_
helper - Contains helper functions that operate on integer vectors.