-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Eles edited this page Jul 4, 2013
·
3 revisions
- It tested only linux (ubuntu) with gcc-4.6. Theoretically It should work with windows, but It does not tested.
- The library uses the Loki library.
This is a library for algorithm with general number systems. It contains 3 main library, for the knowlegde of the mathematical background.
- Algebra, For algebric algorithm (e.g.: Field expansion, polynomial, p-adic representation, Ideal-adic representation, Euclidean algorithm, ...)
- LinearAlgebra (e.g.: Matrix, Vector implementation, Determinant calculation, Smith Normal Form, Adjugate matrix). Imortant The implemented algorithms are undependent from the matrix, and vector classes.
- NumberSystem, different algorithm for fraction set calculation, and approximation, periodic element searching, ...