This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
183 additions
and
99 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
Combinatorial and Discrete Geometry | ||
=================================== | ||
|
||
Sage includes classes for hyperplane arrangements, polyhedra, toric varieties | ||
(including polyhedral cones and fans), triangulations and some other helper | ||
classes and functions. | ||
|
||
Hyperplane arrangements | ||
----------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/hyperplane_arrangement/arrangement | ||
sage/geometry/hyperplane_arrangement/library | ||
sage/geometry/hyperplane_arrangement/hyperplane | ||
sage/geometry/hyperplane_arrangement/affine_subspace | ||
sage/geometry/hyperplane_arrangement/plot | ||
|
||
Polyhedral computations | ||
----------------------- | ||
|
||
Polyhedra | ||
~~~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/polyhedron/library | ||
sage/geometry/polyhedron/constructor | ||
sage/geometry/polyhedron/parent | ||
sage/geometry/polyhedron/representation | ||
sage/geometry/polyhedron/plot | ||
sage/geometry/polyhedron/face | ||
sage/geometry/polyhedron/cdd_file_format | ||
|
||
Lattice polyhedra | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/lattice_polytope | ||
sage/geometry/polyhedron/lattice_euclidean_group_element | ||
sage/geometry/polyhedron/palp_database | ||
sage/geometry/polyhedron/ppl_lattice_polygon | ||
sage/geometry/polyhedron/ppl_lattice_polytope | ||
|
||
Toric geometry | ||
~~~~~~~~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/toric_lattice | ||
sage/geometry/cone | ||
sage/geometry/fan | ||
sage/geometry/fan_morphism | ||
sage/geometry/point_collection | ||
sage/geometry/toric_plotter | ||
sage/rings/polynomial/groebner_fan | ||
|
||
Base classes for polyhedra | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/polyhedron/base | ||
sage/geometry/polyhedron/base_QQ | ||
sage/geometry/polyhedron/base_ZZ | ||
sage/geometry/polyhedron/base_RDF | ||
|
||
Backends for Polyhedra | ||
~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/polyhedron/backend_cdd | ||
sage/geometry/polyhedron/backend_field | ||
sage/geometry/polyhedron/backend_normaliz | ||
sage/geometry/polyhedron/backend_ppl | ||
sage/geometry/polyhedron/double_description | ||
sage/geometry/polyhedron/double_description_inhomogeneous | ||
|
||
|
||
Triangulations | ||
-------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/triangulation/point_configuration | ||
sage/geometry/triangulation/base | ||
sage/geometry/triangulation/element | ||
|
||
Miscellaneous | ||
------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/linear_expression | ||
sage/geometry/newton_polygon | ||
sage/geometry/ribbon_graph | ||
sage/geometry/pseudolines | ||
|
||
Helper functions | ||
---------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/fan_isomorphism | ||
sage/geometry/hasse_diagram | ||
sage/geometry/integral_points | ||
sage/geometry/hyperplane_arrangement/check_freeness | ||
|
||
.. include:: ../footer.txt |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../conf_sub.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Hyperbolic Geometry | ||
=================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
sage/geometry/hyperbolic_space/hyperbolic_point | ||
sage/geometry/hyperbolic_space/hyperbolic_isometry | ||
sage/geometry/hyperbolic_space/hyperbolic_geodesic | ||
sage/geometry/hyperbolic_space/hyperbolic_model | ||
sage/geometry/hyperbolic_space/hyperbolic_interface | ||
|
||
|
||
.. include:: ../footer.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters