Description
Provides a C library of integer matrix algorithms. Integer matrix operations are useful in exact computation, algebra systems, optimization, and research code where floating-point approximation is not enough.
It is useful for mathematical software, scientific computing, compilers, cryptography research, and algorithm experiments. Developers should understand algorithm complexity because exact integer operations can become expensive on large matrices.