Skip to content

fredrik-johansson/flint2

 
 

Repository files navigation

FLINT (Fast Library for Number Theory)

Website: https://flintlib.org

Mailing list: https://groups.google.com/g/flint-devel

Overview

FLINT is a C library in support of computations in number theory. It's also a research project into algorithms in number theory. FLINT consists mainly of fast scalar and polynomial arithmetic, factorization and linear algebra over many basic rings (integers, rationals, reals, finite fields, number fields, p-adics). It includes some higher-level functionality for algebraic and analytic number theory.

FLINT 2.0, released in 2011 was a complete rewrite of FLINT 1.x from scratch. FLINT 3, currently in development, incorporates the Arb, Antic, Calcium and Generic-Rings libraries, formerly developed separately.

Documentation

FLINT's online documentation: https://flintlib.org/doc/

Authors

FLINT was started in 2007 by David Harvey and William Hart. Later maintenance of the library was taken over solely by William Hart. Since 2022, FLINT is maintained by Fredrik Johansson.

A large number of authors have contributed to FLINT. For a complete list, see: https://flintlib.org/authors.html

License

FLINT is distributed under LGPL 2.1 (GNU Lesser General Public License). See the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages

  • C 96.3%
  • C++ 2.5%
  • Python 0.6%
  • TeX 0.2%
  • M4 0.1%
  • Makefile 0.1%
  • Other 0.2%