Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Fast Library for Number Theory
C library for number theory applications

The Fast Library for Number Theory (FLINT) is a C library for number theory applications. The two major areas of functionality currently implemented in FLINT are polynomial arithmetic over the integers and a quadratic sieve. The library is designed to be compiled with the GNU Multi-Precision Library (GMP) and is released under the GNU General Public License. It is developed by William Hart of the University of Kaiserslautern (formerly University of Warwick) and David Harvey of University of New South Wales (formerly Harvard University) to address the speed limitations of the PARI and NTL libraries.

We don't have any images related to Fast Library for Number Theory yet.
We don't have any YouTube videos related to Fast Library for Number Theory yet.
We don't have any PDF documents related to Fast Library for Number Theory yet.
We don't have any Books related to Fast Library for Number Theory yet.
We don't have any archived web articles related to Fast Library for Number Theory yet.

Design Philosophy

  • Asymptotically Fast Algorithms
  • Implementations Fast as or Faster than Alternatives
  • Written in Pure C
  • Reliance on GMP
  • Extensively Tested
  • Extensively Profiled
  • Support for Parallel Computation

Functionality

  • Polynomial Arithmetic over the Integers
  • Quadratic Sieve

Further reading

References

  1. Page 10 of the Project Description for UW 2006 COMPMATH Proposal by William Stein https://wstein.org/grants/sage-06/project_description.pdf