Skip to content

flintlib/flintxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0be0a5f · Oct 25, 2023
Aug 5, 2023
Oct 9, 2023
Oct 24, 2023
Mar 21, 2023
May 25, 2020
Aug 5, 2023
Jun 27, 2023
Apr 28, 2016
Oct 9, 2023
Oct 10, 2023
Oct 9, 2023
Jun 16, 2020

Repository files navigation

FLINTXX (maintenance only)

C++ interface to FLINT (Fast Library for Number Theory)

Website: https://flintlib.org

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

Overview

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.

Authors

The author of this C++ wrapper is Tom Bachmann. This was originally part of FLINT

License

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