linbox
|
▼algorithms | The core linear algebra algorithms of LinBox |
Chinese Remaindering Algorithm | Chinese Remaindering (cra ) in LinBox |
Diophantine solvers | NO DOC YET |
Elimination | NO DOC YET |
Gauss | NO DOC YET |
Lanczos | NO DOC YET |
Lattice reductions | Lattice reduction (LLL) in LinBox |
Blas3 | BLAS level 3 (matrix-matrix) operations |
p-adic lifting for linear system solutions. | Interface for solving linear system by p-adic lifting technique over the quotient field of a ring |
Sigma-basis | NO DOC YET |
Wiedemann | NO DOC YET |
Solvers | |
blackbox | These matrix classes adhere to the simple blackbox interface |
element | The interface for field and ring element types |
▼field | LinBox fields, field wrappers, field construction tools |
LiDIA | NO DOC |
Modular | Modular Field is a representation of ![]() |
Fields <!--for oldref Fields...--> | Base for prime fields where the elements are represented by various primitive types (and their operations) |
NTL | NO DOC |
UnparametricField | Unparameterized field adapter |
▼matrix | These matrix representations provide iterators for element access |
Iterators | NO DOC YET |
randiter | Random Iterator Generators |
▼ring | LinBox rings, ring wrappers, ring construction tools |
▼Integers | LinBox integer representation and operations |
Primes | NO DOC |
Polynomials | NO DOC YET |
▼solutions | These are problem oriented drivers providing simple interfaces to the linear algebra algorithms |
Characteristic polynomial | NO DOC YET |
Determinant | NO DOC YET |
Minimal polynomial | NO DOC YET |
Nullspace | NO DOC YET |
Rank | NO DOC YET |
Recuded forms | NO DOC YET |
System solving | NO DOC YET |
Exceptions. | Exceptions in LinBox (proposal, example in algorithms/hermite.h ) |
util | Miscellaneous utilities |
vector | LinBox vectors |
doc | This is a discussion of the form and organization of LinBox documentation |
examples | Ilustrations of the LinBox library in use |
tests | Correctness tests for LinBox components |
Benchmarks | This directory is used to perform benchmarks on LinBox |