Skip to content

flintlib/flintxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.