Skip to content

Commit

Permalink
Restructure docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 24, 2024
1 parent 21821d1 commit 7b5e0c7
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions docs/source/cdd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,28 @@ Factories
.. autofunction:: linprog_from_matrix
.. autofunction:: polyhedron_from_matrix

Functions
---------

General Matrix Operations
~~~~~~~~~~~~~~~~~~~~~~~~~
Basic Operations
----------------

.. autofunction:: matrix_append_to
.. autofunction:: matrix_copy
.. autofunction:: matrix_rank

Adjacency
~~~~~~~~~
---------

.. autofunction:: matrix_adjacency
.. autofunction:: matrix_weak_adjacency

Canonicalization
~~~~~~~~~~~~~~~~
----------------

.. autofunction:: matrix_canonicalize
.. autofunction:: matrix_canonicalize_linearity
.. autofunction:: matrix_redundancy_remove

Redundancy Checks
~~~~~~~~~~~~~~~~~
-----------------

.. autofunction:: redundant
.. autofunction:: s_redundant
Expand All @@ -110,12 +107,12 @@ Redundancy Checks
.. autofunction:: implicit_linearity_rows

Linear Programming
~~~~~~~~~~~~~~~~~~
------------------

.. autofunction:: linprog_solve

Double Description Method
~~~~~~~~~~~~~~~~~~~~~~~~~
Polyhedron Operations
---------------------

.. autofunction:: copy_input
.. autofunction:: copy_output
Expand All @@ -127,7 +124,7 @@ Double Description Method
.. autofunction:: copy_input_incidence

Elimination
~~~~~~~~~~~
-----------

.. autofunction:: fourier_elimination
.. autofunction:: block_elimination

0 comments on commit 7b5e0c7

Please sign in to comment.