Jump to content

Fast Library for Number Theory

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bluedecrypter (talk | contribs) at 03:21, 23 March 2008 (add the main areas of functionality covered by FLINT and interchanged two sentences). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
FLINT
Developer(s)William Hart and David Harvey
Stable release
1.0.9 / March 11, 2008
Repository
Written inC
Operating systemPOSIX systems
TypeMathematical software
LicenseGNU General Public License
Websiteflintlib.org

The Fast Library for Number Theory (FLINT) is a highly optimized C library for number theory applications. The main areas of functionality currently available in FLINT are integer factorization, polynomial arithmetic, and integer multiplication. The library is built with the GNU Multi-Precision Library and is released under the GNU General Public License. It is developed by William Hart of the University of Warwick and David Harvey of Harvard University to address the speed limitations of the Pari and NTL libraries.[1]

The development of FLINT has led to significant contributions in the areas of integer factorization and polynomial arithmetic. For example as of May, 2007 on certain platforms FLINT factors integers in the quadratic sieve range faster than any other general implementation[2], and as of February, 2008 it does arithmetic in faster than any other package.[3]

References

  1. ^ Page 10 of the Project Description for UW 2006 COMPMATH Proposal by William Stein
  2. ^ Bottom of page 11 of Abstract of Talks, Illinois Number Theory Fest 2007
  3. ^ Slide 25 of the talk Numbers in Sage (February 29, 2008) by William Stein