-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathindex.rst
86 lines (61 loc) · 1.46 KB
/
index.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.. python-flint documentation master file, created by
sphinx-quickstart on Wed Jul 18 11:49:46 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Python-FLINT
==========================================================
Python extension module wrapping FLINT_ (Fast Library for Number Theory)
and Arb_ (arbitrary-precision ball arithmetic). Features:
.. _FLINT: http://flintlib.org/
.. _Arb: http://arblib.org/
* 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 <http://fredrikj.net/>`_ <[email protected]>
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
nmod.rst
arb.rst
acb.rst
dirichlet.rst
Matrix types
............
.. toctree::
:maxdepth: 1
fmpz_mat.rst
fmpq_mat.rst
nmod_mat.rst
arb_mat.rst
acb_mat.rst
Polynomial types
................
.. toctree::
:maxdepth: 1
fmpz_poly.rst
fmpq_poly.rst
nmod_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