Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 1.55 KB

File metadata and controls

91 lines (66 loc) · 1.55 KB

Python-FLINT

Python extension module wrapping FLINT (Fast Library for Number Theory) and Arb (arbitrary-precision ball arithmetic). Features:

  • Integers, rationals, integers mod n
  • Real and complex numbers with rigorous error tracking
  • Polynomials and matrices over all the above types
  • Lots of mathematical functions

Author: Fredrik Johansson <fredrik.johansson@gmail.com>

Repository: https://github.com/flintlib/python-flint/

Introduction

.. toctree::
   :maxdepth: 2

   setup.rst
   general.rst


Reference

Scalar types

.. toctree::
   :maxdepth: 1

   fmpz.rst
   fmpq.rst
   fmpz_mod.rst
   nmod.rst
   fq_default.rst
   arb.rst
   acb.rst
   dirichlet.rst

Matrix types

.. toctree::
   :maxdepth: 1

   fmpz_mat.rst
   fmpq_mat.rst
   nmod_mat.rst
   fmpz_mod_mat.rst
   arb_mat.rst
   acb_mat.rst
   acb_theta.rst

Polynomial types

.. toctree::
   :maxdepth: 1

   fmpz_poly.rst
   fmpq_poly.rst
   nmod_poly.rst
   fmpz_mod_poly.rst
   arb_poly.rst
   acb_poly.rst

Power series types

.. toctree::
   :maxdepth: 1

   fmpz_series.rst
   fmpq_series.rst
   nmod_series.rst
   arb_series.rst
   acb_series.rst