Skip to content
/ flintxx Public
forked from flintlib/flintxx

C++ interface to FLINT (maintenance only)

License

Notifications You must be signed in to change notification settings

fagu/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.

About

C++ interface to FLINT (maintenance only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • Makefile 3.5%
  • CMake 2.4%
  • TeX 1.6%
  • Other 0.3%