summaryrefslogtreecommitdiffstats
path: root/docs/reference.rst
blob: 36280ecf3af678ab5ba496f7c560fecb3e33ce9b (plain)
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
Package Contents
================

.. automodule:: polymatrix
   :members:
   :undoc-members:
   :show-inheritance:


PolyMatrix Module
=================

.. automodule:: polymatrix.polymatrix
   :members:
   :undoc-members:
   :show-inheritance:

Abstract Base Classes
---------------------

.. automodule:: polymatrix.polymatrix.abc
   :members:
   :undoc-members:
   :show-inheritance:

Mixins
------

.. automodule:: polymatrix.polymatrix.mixins
   :members:
   :undoc-members:
   :show-inheritance:

Index Types
-----------

.. automodule:: polymatrix.polymatrix.index
   :members:
   :undoc-members:
   :show-inheritance:

..
        Mixin implementations
        ---------------------

        .. automodule:: polymatrix.polymatrix.impl
           :members:
           :undoc-members:
           :show-inheritance:

        .. automodule:: polymatrix.polymatrix.init
           :members:
           :undoc-members:
           :show-inheritance:

Expression Module
=================

.. automodule:: polymatrix.expression.expression
   :members:
   :undoc-members:
   :show-inheritance:

Expression State Module
=======================

.. automodule:: polymatrix.expressionstate.mixins
   :members:
   :undoc-members:
   :show-inheritance: