-
Notifications
You must be signed in to change notification settings - Fork 0
A C library builded over Pari/GP to deal with integer-valued polynomials in number fields and Bhargava generalized factorial.
License
vilanele/libfact
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Libfact uses pari/gp and provides functions to deal with generalized factorial functions and related objects. There are two documentations for the library in doc: - libfact-doc.pdf a talkative documentation with references and examples in gp-code - libfact-quickdoc.pdf a quick documentation only listing and explaining proposed functions Building libfact is straightforward : just run make. It will produce three files : - a static library libfact.a - a shared library libfact.so - a gp-script libfact.gp You can now use the library. Just include libfact.h in your source files and link to the desired library. To use the library within a gp-session, just read "libfact.gp" within gp. You can move the script "libfact.gp" around but if you do so with the shared library file "libfact.so", don't forget to update the absolute path in the first line of the script "libfact.gp".
About
A C library builded over Pari/GP to deal with integer-valued polynomials in number fields and Bhargava generalized factorial.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published