C++ interface to FLINT (Fast Library for Number Theory)
Website: https://flintlib.org
Mailing list: https://groups.google.com/g/flint-devel
FLINT provides fast algorithms for number theoretic computations. For many reasons, it is written in C. Nonetheless, some users prefer object oriented syntax. FLINTXX is a set of wrapper C++ classes, together termed flintxx, which provide such an object oriented syntax. In general, flintxx strives to behave just like the underlying FLINT C, see the documentation for some exceptions.
The author of this C++ wrapper is Tom Bachmann. This was originally part of FLINT
FLINTXX is distributed under LGPL 2.1 (GNU Lesser General Public License). See the LICENSE file.