snappy 3.1.1__cp311-cp311-win_amd64.whl → 3.2__cp311-cp311-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- snappy/CyOpenGL.cp311-win_amd64.pyd +0 -0
- snappy/SnapPy.cp311-win_amd64.pyd +0 -0
- snappy/SnapPyHP.cp311-win_amd64.pyd +0 -0
- snappy/__init__.py +299 -402
- snappy/app.py +70 -20
- snappy/browser.py +18 -17
- snappy/canonical.py +249 -0
- snappy/{verify/cusp_shapes.py → cusps/__init__.py} +8 -18
- snappy/cusps/cusp_area_matrix.py +101 -0
- snappy/{verify/cusp_areas.py → cusps/cusp_areas_from_matrix.py} +23 -39
- snappy/cusps/maximal_cusp_area_matrix.py +136 -0
- snappy/cusps/test.py +21 -0
- snappy/cusps/trig_cusp_area_matrix.py +63 -0
- snappy/database.py +10 -9
- snappy/decorated_isosig.py +337 -114
- snappy/dev/extended_ptolemy/complexVolumesClosed.py +40 -7
- snappy/dev/extended_ptolemy/extended.py +3 -3
- snappy/dev/extended_ptolemy/phc_wrapper.py +10 -10
- snappy/dev/vericlosed/oneVertexTruncatedComplex.py +1 -1
- snappy/doc/_images/m004_paper_plane_on_systole.jpg +0 -0
- snappy/doc/_images/m125_paper_plane.jpg +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane.jpg +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane_closer.jpg +0 -0
- snappy/doc/_sources/additional_classes.rst.txt +40 -40
- snappy/doc/_sources/bugs.rst.txt +14 -14
- snappy/doc/_sources/censuses.rst.txt +51 -51
- snappy/doc/_sources/credits.rst.txt +75 -75
- snappy/doc/_sources/development.rst.txt +259 -239
- snappy/doc/_sources/index.rst.txt +182 -115
- snappy/doc/_sources/installing.rst.txt +247 -264
- snappy/doc/_sources/manifold.rst.txt +6 -6
- snappy/doc/_sources/manifoldhp.rst.txt +46 -46
- snappy/doc/_sources/news.rst.txt +355 -283
- snappy/doc/_sources/other.rst.txt +25 -25
- snappy/doc/_sources/platonic_census.rst.txt +20 -20
- snappy/doc/_sources/plink.rst.txt +102 -102
- snappy/doc/_sources/ptolemy.rst.txt +66 -66
- snappy/doc/_sources/ptolemy_classes.rst.txt +42 -42
- snappy/doc/_sources/ptolemy_examples1.rst.txt +298 -297
- snappy/doc/_sources/ptolemy_examples2.rst.txt +363 -363
- snappy/doc/_sources/ptolemy_examples3.rst.txt +301 -301
- snappy/doc/_sources/ptolemy_examples4.rst.txt +61 -61
- snappy/doc/_sources/ptolemy_prelim.rst.txt +105 -105
- snappy/doc/_sources/screenshots.rst.txt +21 -21
- snappy/doc/_sources/snap.rst.txt +87 -87
- snappy/doc/_sources/snappy.rst.txt +28 -28
- snappy/doc/_sources/spherogram.rst.txt +103 -103
- snappy/doc/_sources/todo.rst.txt +47 -47
- snappy/doc/_sources/triangulation.rst.txt +11 -11
- snappy/doc/_sources/tutorial.rst.txt +49 -49
- snappy/doc/_sources/verify.rst.txt +210 -150
- snappy/doc/_sources/verify_internals.rst.txt +79 -90
- snappy/doc/_static/basic.css +924 -902
- snappy/doc/_static/css/badge_only.css +1 -1
- snappy/doc/_static/css/theme.css +1 -1
- snappy/doc/_static/doctools.js +1 -1
- snappy/doc/_static/documentation_options.js +12 -13
- snappy/doc/_static/fonts/Lato/lato-bold.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- snappy/doc/_static/js/versions.js +228 -0
- snappy/doc/_static/language_data.js +199 -199
- snappy/doc/_static/pygments.css +74 -73
- snappy/doc/_static/searchtools.js +125 -71
- snappy/doc/_static/snappy_furo.css +33 -33
- snappy/doc/_static/snappy_sphinx_rtd_theme.css +42 -42
- snappy/doc/_static/sphinx_highlight.js +13 -3
- snappy/doc/additional_classes.html +1499 -1330
- snappy/doc/bugs.html +131 -134
- snappy/doc/censuses.html +426 -445
- snappy/doc/credits.html +180 -183
- snappy/doc/development.html +383 -363
- snappy/doc/genindex.html +1330 -1409
- snappy/doc/index.html +261 -206
- snappy/doc/installing.html +345 -363
- snappy/doc/manifold.html +3451 -2839
- snappy/doc/manifoldhp.html +179 -182
- snappy/doc/news.html +387 -329
- snappy/doc/objects.inv +0 -0
- snappy/doc/other.html +160 -162
- snappy/doc/platonic_census.html +374 -377
- snappy/doc/plink.html +209 -212
- snappy/doc/ptolemy.html +253 -255
- snappy/doc/ptolemy_classes.html +1143 -1146
- snappy/doc/ptolemy_examples1.html +408 -410
- snappy/doc/ptolemy_examples2.html +470 -473
- snappy/doc/ptolemy_examples3.html +413 -416
- snappy/doc/ptolemy_examples4.html +194 -197
- snappy/doc/ptolemy_prelim.html +247 -250
- snappy/doc/py-modindex.html +164 -167
- snappy/doc/screenshots.html +140 -142
- snappy/doc/search.html +134 -137
- snappy/doc/searchindex.js +1 -1
- snappy/doc/snap.html +201 -204
- snappy/doc/snappy.html +180 -182
- snappy/doc/spherogram.html +1210 -1213
- snappy/doc/todo.html +165 -168
- snappy/doc/triangulation.html +1583 -1474
- snappy/doc/tutorial.html +158 -161
- snappy/doc/verify.html +329 -275
- snappy/doc/verify_internals.html +1234 -1691
- snappy/drilling/__init__.py +153 -235
- snappy/drilling/barycentric.py +103 -0
- snappy/drilling/constants.py +0 -2
- snappy/drilling/crush.py +56 -130
- snappy/drilling/cusps.py +12 -6
- snappy/drilling/debug.py +2 -1
- snappy/drilling/exceptions.py +7 -40
- snappy/drilling/moves.py +302 -243
- snappy/drilling/perturb.py +63 -37
- snappy/drilling/shorten.py +36 -0
- snappy/drilling/subdivide.py +0 -5
- snappy/drilling/test.py +23 -0
- snappy/drilling/test_cases.py +126 -0
- snappy/drilling/tracing.py +9 -37
- snappy/exceptions.py +18 -5
- snappy/exterior_to_link/barycentric_geometry.py +2 -4
- snappy/exterior_to_link/main.py +8 -7
- snappy/exterior_to_link/mcomplex_with_link.py +2 -2
- snappy/exterior_to_link/rational_linear_algebra.py +1 -1
- snappy/exterior_to_link/rational_linear_algebra_wrapped.py +1 -1
- snappy/exterior_to_link/test.py +21 -33
- snappy/geometric_structure/__init__.py +212 -0
- snappy/geometric_structure/cusp_neighborhood/__init__.py +3 -0
- snappy/geometric_structure/cusp_neighborhood/complex_cusp_cross_section.py +697 -0
- snappy/geometric_structure/cusp_neighborhood/cusp_cross_section_base.py +484 -0
- snappy/geometric_structure/cusp_neighborhood/exceptions.py +42 -0
- snappy/geometric_structure/cusp_neighborhood/real_cusp_cross_section.py +298 -0
- snappy/geometric_structure/cusp_neighborhood/tiles_for_cusp_neighborhood.py +159 -0
- snappy/geometric_structure/cusp_neighborhood/vertices.py +32 -0
- snappy/geometric_structure/geodesic/__init__.py +0 -0
- snappy/geometric_structure/geodesic/add_core_curves.py +152 -0
- snappy/geometric_structure/geodesic/avoid_core_curves.py +369 -0
- snappy/geometric_structure/geodesic/canonical_keys.py +52 -0
- snappy/geometric_structure/geodesic/check_away_from_core_curve.py +60 -0
- snappy/geometric_structure/geodesic/constants.py +6 -0
- snappy/geometric_structure/geodesic/exceptions.py +22 -0
- snappy/{drilling → geometric_structure/geodesic}/fixed_points.py +34 -9
- snappy/{drilling/geodesic_info.py → geometric_structure/geodesic/geodesic_start_point_info.py} +139 -180
- snappy/geometric_structure/geodesic/graph_trace_helper.py +67 -0
- snappy/geometric_structure/geodesic/line.py +30 -0
- snappy/geometric_structure/geodesic/multiplicity.py +127 -0
- snappy/geometric_structure/geodesic/tiles_for_geodesic.py +101 -0
- snappy/geometric_structure/test.py +22 -0
- snappy/gui.py +23 -13
- snappy/horoviewer.py +7 -7
- snappy/hyperboloid/__init__.py +96 -31
- snappy/hyperboloid/distances.py +245 -0
- snappy/hyperboloid/horoball.py +19 -0
- snappy/hyperboloid/line.py +35 -0
- snappy/hyperboloid/point.py +9 -0
- snappy/hyperboloid/triangle.py +29 -0
- snappy/isometry_signature.py +382 -0
- snappy/len_spec/__init__.py +596 -0
- snappy/len_spec/geodesic_info.py +110 -0
- snappy/len_spec/geodesic_key_info_dict.py +117 -0
- snappy/len_spec/geodesic_piece.py +143 -0
- snappy/len_spec/geometric_structure.py +182 -0
- snappy/len_spec/geometry.py +80 -0
- snappy/len_spec/length_spectrum_geodesic_info.py +170 -0
- snappy/len_spec/spine.py +206 -0
- snappy/len_spec/test.py +24 -0
- snappy/len_spec/test_cases.py +69 -0
- snappy/len_spec/tile.py +275 -0
- snappy/len_spec/word.py +86 -0
- snappy/math_basics.py +39 -13
- snappy/matrix.py +52 -9
- snappy/number.py +12 -6
- snappy/numeric_output_checker.py +2 -3
- snappy/pari.py +8 -4
- snappy/phone_home.py +2 -1
- snappy/polyviewer.py +8 -8
- snappy/ptolemy/__init__.py +1 -1
- snappy/ptolemy/component.py +2 -2
- snappy/ptolemy/coordinates.py +25 -25
- snappy/ptolemy/findLoops.py +9 -9
- snappy/ptolemy/manifoldMethods.py +27 -29
- snappy/ptolemy/polynomial.py +50 -57
- snappy/ptolemy/processFileBase.py +60 -0
- snappy/ptolemy/ptolemyVariety.py +109 -41
- snappy/ptolemy/reginaWrapper.py +4 -4
- snappy/ptolemy/rur.py +1 -1
- snappy/ptolemy/solutionsToPrimeIdealGroebnerBasis.py +9 -9
- snappy/ptolemy/test.py +99 -54
- snappy/ptolemy/utilities.py +1 -1
- snappy/raytracing/__init__.py +64 -0
- snappy/raytracing/additional_horospheres.py +64 -0
- snappy/raytracing/additional_len_spec_choices.py +63 -0
- snappy/raytracing/cohomology_fractal.py +0 -3
- snappy/raytracing/eyeball.py +123 -0
- snappy/raytracing/finite_raytracing_data.py +17 -17
- snappy/raytracing/finite_viewer.py +15 -15
- snappy/raytracing/geodesic_tube_info.py +93 -63
- snappy/raytracing/geodesics.py +94 -64
- snappy/raytracing/geodesics_window.py +56 -34
- snappy/raytracing/gui_utilities.py +21 -6
- snappy/raytracing/hyperboloid_navigation.py +29 -4
- snappy/raytracing/hyperboloid_utilities.py +73 -73
- snappy/raytracing/ideal_raytracing_data.py +121 -91
- snappy/raytracing/inside_viewer.py +199 -66
- snappy/raytracing/pack.py +22 -0
- snappy/raytracing/raytracing_data.py +37 -25
- snappy/raytracing/raytracing_view.py +70 -65
- snappy/raytracing/shaders/Eye.png +0 -0
- snappy/raytracing/shaders/NonGeometric.png +0 -0
- snappy/raytracing/shaders/__init__.py +39 -3
- snappy/raytracing/shaders/fragment.glsl +451 -133
- snappy/raytracing/test.py +29 -0
- snappy/raytracing/tooltip.py +146 -0
- snappy/raytracing/upper_halfspace_utilities.py +42 -9
- snappy/sage_helper.py +67 -134
- snappy/settings.py +90 -77
- snappy/shell.py +2 -0
- snappy/snap/character_varieties.py +2 -2
- snappy/snap/find_field.py +4 -3
- snappy/snap/fundamental_polyhedron.py +2 -2
- snappy/snap/kernel_structures.py +5 -1
- snappy/snap/nsagetools.py +9 -8
- snappy/snap/peripheral/dual_cellulation.py +4 -3
- snappy/snap/peripheral/peripheral.py +2 -2
- snappy/snap/peripheral/surface.py +5 -5
- snappy/snap/peripheral/test.py +1 -1
- snappy/snap/polished_reps.py +8 -8
- snappy/snap/slice_obs_HKL.py +16 -14
- snappy/snap/t3mlite/arrow.py +3 -3
- snappy/snap/t3mlite/edge.py +3 -3
- snappy/snap/t3mlite/homology.py +2 -2
- snappy/snap/t3mlite/mcomplex.py +3 -3
- snappy/snap/t3mlite/simplex.py +12 -0
- snappy/snap/t3mlite/spun.py +18 -17
- snappy/snap/t3mlite/test_vs_regina.py +4 -4
- snappy/snap/test.py +37 -53
- snappy/snap/utilities.py +4 -5
- snappy/test.py +121 -138
- snappy/test_cases.py +263 -0
- snappy/testing.py +131 -0
- snappy/tiling/__init__.py +2 -0
- snappy/tiling/canonical_key_dict.py +59 -0
- snappy/tiling/dict_based_set.py +79 -0
- snappy/tiling/floor.py +49 -0
- snappy/tiling/hyperboloid_dict.py +54 -0
- snappy/tiling/iter_utils.py +78 -0
- snappy/tiling/lifted_tetrahedron.py +22 -0
- snappy/tiling/lifted_tetrahedron_set.py +54 -0
- snappy/tiling/real_hash_dict.py +164 -0
- snappy/tiling/test.py +23 -0
- snappy/tiling/tile.py +215 -0
- snappy/tiling/triangle.py +33 -0
- snappy/tkterminal.py +113 -84
- snappy/twister/main.py +1 -7
- snappy/twister/twister_core.cp311-win_amd64.pyd +0 -0
- snappy/upper_halfspace/__init__.py +78 -17
- snappy/verify/__init__.py +3 -7
- snappy/verify/{verifyCanonical.py → canonical.py} +78 -70
- snappy/verify/complex_volume/adjust_torsion.py +1 -2
- snappy/verify/complex_volume/closed.py +13 -13
- snappy/verify/complex_volume/cusped.py +6 -6
- snappy/verify/complex_volume/extended_bloch.py +5 -8
- snappy/verify/{cuspTranslations.py → cusp_translations.py} +1 -1
- snappy/verify/edge_equations.py +80 -0
- snappy/verify/exceptions.py +0 -55
- snappy/verify/{verifyHyperbolicity.py → hyperbolicity.py} +3 -3
- snappy/verify/interval_newton_shapes_engine.py +7 -5
- snappy/verify/interval_tree.py +5 -5
- snappy/verify/krawczyk_shapes_engine.py +17 -18
- snappy/verify/maximal_cusp_area_matrix/__init__.py +7 -74
- snappy/verify/maximal_cusp_area_matrix/cusp_tiling_engine.py +3 -4
- snappy/verify/maximal_cusp_area_matrix/cusp_translate_engine.py +1 -1
- snappy/verify/{realAlgebra.py → real_algebra.py} +1 -1
- snappy/verify/shapes.py +5 -3
- snappy/verify/short_slopes.py +39 -41
- snappy/verify/{squareExtensions.py → square_extensions.py} +14 -11
- snappy/verify/test.py +57 -60
- snappy/verify/upper_halfspace/extended_matrix.py +1 -1
- snappy/verify/upper_halfspace/finite_point.py +3 -4
- snappy/verify/upper_halfspace/ideal_point.py +9 -9
- snappy/verify/volume.py +2 -2
- snappy/version.py +2 -2
- {snappy-3.1.1.dist-info → snappy-3.2.dist-info}/METADATA +26 -11
- snappy-3.2.dist-info/RECORD +503 -0
- {snappy-3.1.1.dist-info → snappy-3.2.dist-info}/WHEEL +1 -1
- {snappy-3.1.1.dist-info → snappy-3.2.dist-info}/top_level.txt +6 -1
- snappy/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/__pycache__/browser.cpython-311.pyc +0 -0
- snappy/__pycache__/cache.cpython-311.pyc +0 -0
- snappy/__pycache__/database.cpython-311.pyc +0 -0
- snappy/__pycache__/db_utilities.cpython-311.pyc +0 -0
- snappy/__pycache__/decorated_isosig.cpython-311.pyc +0 -0
- snappy/__pycache__/exceptions.cpython-311.pyc +0 -0
- snappy/__pycache__/export_stl.cpython-311.pyc +0 -0
- snappy/__pycache__/filedialog.cpython-311.pyc +0 -0
- snappy/__pycache__/gui.cpython-311.pyc +0 -0
- snappy/__pycache__/horoviewer.cpython-311.pyc +0 -0
- snappy/__pycache__/math_basics.cpython-311.pyc +0 -0
- snappy/__pycache__/matrix.cpython-311.pyc +0 -0
- snappy/__pycache__/number.cpython-311.pyc +0 -0
- snappy/__pycache__/numeric_output_checker.cpython-311.pyc +0 -0
- snappy/__pycache__/pari.cpython-311.pyc +0 -0
- snappy/__pycache__/polyviewer.cpython-311.pyc +0 -0
- snappy/__pycache__/sage_helper.cpython-311.pyc +0 -0
- snappy/__pycache__/version.cpython-311.pyc +0 -0
- snappy/doc/_sources/verify_canon.rst.txt +0 -90
- snappy/doc/_static/jquery-3.6.0.js +0 -10881
- snappy/doc/_static/js/html5shiv-printshiv.min.js +0 -4
- snappy/doc/_static/js/html5shiv.min.js +0 -4
- snappy/doc/_static/underscore-1.13.1.js +0 -2042
- snappy/doc/_static/underscore.js +0 -6
- snappy/doc/verify_canon.html +0 -304
- snappy/drilling/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/constants.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/crush.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/cusps.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/debug.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/epsilons.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/exceptions.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/fixed_points.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/geodesic_info.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/geodesic_tube.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/geometric_structure.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/line.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/moves.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/peripheral_curves.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/perturb.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/quotient_space.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/spatial_dict.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/subdivide.cpython-311.pyc +0 -0
- snappy/drilling/__pycache__/tracing.cpython-311.pyc +0 -0
- snappy/drilling/geodesic_tube.py +0 -441
- snappy/drilling/geometric_structure.py +0 -366
- snappy/drilling/line.py +0 -122
- snappy/drilling/quotient_space.py +0 -94
- snappy/drilling/spatial_dict.py +0 -128
- snappy/exterior_to_link/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/barycentric_geometry.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/exceptions.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/hyp_utils.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/link_projection.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/main.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/mcomplex_with_expansion.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/mcomplex_with_link.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/mcomplex_with_memory.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/pl_utils.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/put_in_S3.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/rational_linear_algebra.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/simplify_to_base_tri.cpython-311.pyc +0 -0
- snappy/exterior_to_link/__pycache__/stored_moves.cpython-311.pyc +0 -0
- snappy/hyperboloid/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/manifolds/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/component.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/coordinates.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/fieldExtensions.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/findLoops.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/homology.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/manifoldMethods.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/matrix.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/numericalSolutionsToGroebnerBasis.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/polynomial.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/processComponents.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/processFileBase.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/processFileDispatch.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/processMagmaFile.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/processRurFile.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyGeneralizedObstructionClass.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyObstructionClass.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyVariety.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyVarietyPrimeIdealGroebnerBasis.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/rur.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/solutionsToPrimeIdealGroebnerBasis.cpython-311.pyc +0 -0
- snappy/ptolemy/__pycache__/utilities.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/character_varieties.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/fundamental_polyhedron.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/interval_reps.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/kernel_structures.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/mcomplex_base.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/nsagetools.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/polished_reps.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/shapes.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/slice_obs_HKL.cpython-311.pyc +0 -0
- snappy/snap/__pycache__/utilities.cpython-311.pyc +0 -0
- snappy/snap/peripheral/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/snap/peripheral/__pycache__/dual_cellulation.cpython-311.pyc +0 -0
- snappy/snap/peripheral/__pycache__/link.cpython-311.pyc +0 -0
- snappy/snap/peripheral/__pycache__/peripheral.cpython-311.pyc +0 -0
- snappy/snap/peripheral/__pycache__/surface.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/arrow.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/corner.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/edge.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/face.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/files.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/homology.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/linalg.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/mcomplex.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/perm4.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/simplex.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/spun.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/surface.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/tetrahedron.cpython-311.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/vertex.cpython-311.pyc +0 -0
- snappy/togl/__init__.py +0 -3
- snappy/togl/darwin-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/darwin-tk8.6/Togl2.1/libTogl2.1.dylib +0 -0
- snappy/togl/darwin-tk8.6/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/darwin-tk8.7/Togl2.1/LICENSE +0 -28
- snappy/togl/darwin-tk8.7/Togl2.1/libTogl2.1.dylib +0 -0
- snappy/togl/darwin-tk8.7/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/libTogl2.1.so +0 -0
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/win32VC-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/win32VC-tk8.6/Togl2.1/Togl21.dll +0 -0
- snappy/togl/win32VC-tk8.6/Togl2.1/Togl21.lib +0 -0
- snappy/togl/win32VC-tk8.6/Togl2.1/pkgIndex.tcl +0 -6
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/Togl21.dll +0 -0
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/Togl21.lib +0 -0
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/pkgIndex.tcl +0 -6
- snappy/twister/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/twister/__pycache__/main.cpython-311.pyc +0 -0
- snappy/upper_halfspace/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/upper_halfspace/__pycache__/ideal_point.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/cuspCrossSection.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/cuspTranslations.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/cusp_areas.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/cusp_shapes.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/exceptions.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/interval_newton_shapes_engine.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/interval_tree.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/krawczyk_shapes_engine.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/realAlgebra.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/shapes.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/short_slopes.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/squareExtensions.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/verifyCanonical.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/verifyHyperbolicity.cpython-311.pyc +0 -0
- snappy/verify/__pycache__/volume.cpython-311.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/adjust_torsion.cpython-311.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/closed.cpython-311.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/compute_ptolemys.cpython-311.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/cusped.cpython-311.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/extended_bloch.cpython-311.pyc +0 -0
- snappy/verify/cuspCrossSection.py +0 -1422
- snappy/verify/maximal_cusp_area_matrix/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/verify/maximal_cusp_area_matrix/__pycache__/cusp_tiling_engine.cpython-311.pyc +0 -0
- snappy/verify/maximal_cusp_area_matrix/__pycache__/cusp_translate_engine.cpython-311.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/__init__.cpython-311.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/extended_matrix.cpython-311.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/finite_point.cpython-311.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/ideal_point.cpython-311.pyc +0 -0
- snappy-3.1.1.dist-info/RECORD +0 -575
- {snappy-3.1.1.dist-info → snappy-3.2.dist-info}/entry_points.txt +0 -0
snappy/doc/genindex.html
CHANGED
@@ -1,1410 +1,1331 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
<
|
7
|
-
|
8
|
-
|
9
|
-
<link rel="stylesheet"
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
<script src="_static/js/theme.js"></script>
|
21
|
-
<link rel="index" title="Index" href="#" />
|
22
|
-
<link rel="search" title="Search" href="search.html" />
|
23
|
-
</head>
|
24
|
-
|
25
|
-
<body class="wy-body-for-nav">
|
26
|
-
<div class="wy-grid-for-nav">
|
27
|
-
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
28
|
-
<div class="wy-side-scroll">
|
29
|
-
<div class="wy-side-nav-search" >
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
<a href="index.html" class="icon icon-home">
|
34
|
-
SnapPy
|
35
|
-
<img src="_static/SnapPy-horizontal-128.png" class="logo" alt="Logo"/>
|
36
|
-
</a>
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
<
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
</
|
47
|
-
|
48
|
-
|
49
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
50
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
51
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
52
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
53
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
54
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
55
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
56
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
57
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
58
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
59
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
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
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
<
|
90
|
-
|
91
|
-
<
|
92
|
-
<a href="#
|
93
|
-
| <a href="#
|
94
|
-
| <a href="#
|
95
|
-
| <a href="#
|
96
|
-
| <a href="#
|
97
|
-
| <a href="#
|
98
|
-
| <a href="#
|
99
|
-
| <a href="#
|
100
|
-
| <a href="#
|
101
|
-
| <a href="#
|
102
|
-
| <a href="#
|
103
|
-
| <a href="#
|
104
|
-
| <a href="#
|
105
|
-
| <a href="#
|
106
|
-
| <a href="#
|
107
|
-
| <a href="#
|
108
|
-
| <a href="#
|
109
|
-
| <a href="#
|
110
|
-
| <a href="#
|
111
|
-
| <a href="#
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
<
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
</li>
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
</li>
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
</
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
</
|
154
|
-
|
155
|
-
|
156
|
-
<
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</
|
172
|
-
|
173
|
-
<
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
</li>
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
</li>
|
195
|
-
|
196
|
-
</li>
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
</li>
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
</li>
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
</li>
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
</li>
|
226
|
-
|
227
|
-
</li>
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
</li>
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
</li>
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
</li>
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
</li>
|
259
|
-
|
260
|
-
</li>
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
</li>
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
</li>
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
</
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
</li>
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
</li>
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
</
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
</
|
336
|
-
|
337
|
-
<
|
338
|
-
<
|
339
|
-
|
340
|
-
|
341
|
-
</li>
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
</li>
|
349
|
-
|
350
|
-
|
351
|
-
</
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
</li>
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
</li>
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
</
|
392
|
-
|
393
|
-
<
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
</li>
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
</li>
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
</li>
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
</li>
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
</li>
|
453
|
-
|
454
|
-
|
455
|
-
</
|
456
|
-
|
457
|
-
<
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
</li>
|
464
|
-
|
465
|
-
</li>
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
</li>
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
</li>
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
</li>
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
</
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
</li>
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
</li>
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
</li>
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
</
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
</
|
542
|
-
|
543
|
-
<
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
</li>
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
</li>
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
</li>
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
</
|
590
|
-
|
591
|
-
</
|
592
|
-
|
593
|
-
<
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
</li>
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
</li>
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
</li>
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
</li>
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
</li>
|
637
|
-
|
638
|
-
|
639
|
-
</
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
</
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
</li>
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
</li>
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
</
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
</
|
728
|
-
|
729
|
-
<
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
</li>
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
</li>
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
</li>
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
<ul>
|
757
|
-
<li><a href="
|
758
|
-
</li>
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
<li><a href="verify_internals.html#snappy.verify.
|
766
|
-
</li>
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
<li><a href="
|
777
|
-
</li>
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
<
|
782
|
-
|
783
|
-
|
784
|
-
<li><a href="additional_classes.html#snappy.
|
785
|
-
</li>
|
786
|
-
<li><a href="
|
787
|
-
|
788
|
-
<
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
</
|
793
|
-
|
794
|
-
|
795
|
-
</
|
796
|
-
|
797
|
-
|
798
|
-
<li><a href="
|
799
|
-
|
800
|
-
<
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
<
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
</li>
|
816
|
-
|
817
|
-
</li>
|
818
|
-
|
819
|
-
</li>
|
820
|
-
|
821
|
-
</li>
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
</li>
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
</li>
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
</li>
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
</li>
|
852
|
-
|
853
|
-
|
854
|
-
</
|
855
|
-
|
856
|
-
<
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
</li>
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
</li>
|
880
|
-
|
881
|
-
|
882
|
-
</
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
</li>
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
</li>
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
</
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
</li>
|
936
|
-
|
937
|
-
</li>
|
938
|
-
|
939
|
-
</li>
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
</li>
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
</li>
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
</
|
957
|
-
|
958
|
-
<
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
</li>
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
</li>
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
</li>
|
974
|
-
|
975
|
-
|
976
|
-
</
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
</li>
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
</
|
997
|
-
|
998
|
-
<
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
</li>
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
</
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
</li>
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
</li>
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
</li>
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
</
|
1055
|
-
|
1056
|
-
<
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
</li>
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
</li>
|
1079
|
-
|
1080
|
-
</li>
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
</
|
1091
|
-
|
1092
|
-
<
|
1093
|
-
|
1094
|
-
|
1095
|
-
<
|
1096
|
-
|
1097
|
-
|
1098
|
-
</li>
|
1099
|
-
<li
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
</li>
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
<ul>
|
1110
|
-
<li><a href="
|
1111
|
-
</li>
|
1112
|
-
</ul></li>
|
1113
|
-
<li
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
<
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
</li>
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
</li>
|
1147
|
-
<li><a href="
|
1148
|
-
</li>
|
1149
|
-
<li><a href="
|
1150
|
-
</li>
|
1151
|
-
<li><a href="
|
1152
|
-
</li>
|
1153
|
-
<li><a href="
|
1154
|
-
</li>
|
1155
|
-
<li><a href="
|
1156
|
-
|
1157
|
-
<
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
<li><a href="
|
1164
|
-
</li>
|
1165
|
-
|
1166
|
-
|
1167
|
-
<li><a href="
|
1168
|
-
|
1169
|
-
<
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
</
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
<
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
<li>
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
</li>
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
<
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
<
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
<li><a href="
|
1216
|
-
</li>
|
1217
|
-
<li><a href="
|
1218
|
-
|
1219
|
-
<
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
</
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
</
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
</li>
|
1262
|
-
|
1263
|
-
</li>
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
</li>
|
1270
|
-
|
1271
|
-
</
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
</
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
</
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1305
|
-
</
|
1306
|
-
|
1307
|
-
|
1308
|
-
<
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
</
|
1313
|
-
|
1314
|
-
|
1315
|
-
<
|
1316
|
-
<
|
1317
|
-
|
1318
|
-
|
1319
|
-
</
|
1320
|
-
|
1321
|
-
</
|
1322
|
-
|
1323
|
-
</
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
</
|
1331
|
-
<li><a href="spherogram.html#spherogram.Link.view">(spherogram.Link method)</a>
|
1332
|
-
</li>
|
1333
|
-
</ul></li>
|
1334
|
-
</ul></td>
|
1335
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
1336
|
-
<li><a href="additional_classes.html#snappy.CuspNeighborhood.volume">volume() (snappy.CuspNeighborhood method)</a>
|
1337
|
-
|
1338
|
-
<ul>
|
1339
|
-
<li><a href="additional_classes.html#snappy.DirichletDomain.volume">(snappy.DirichletDomain method)</a>
|
1340
|
-
</li>
|
1341
|
-
<li><a href="manifold.html#snappy.Manifold.volume">(snappy.Manifold method)</a>
|
1342
|
-
</li>
|
1343
|
-
</ul></li>
|
1344
|
-
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.volume_numerical">volume_numerical() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
1345
|
-
|
1346
|
-
<ul>
|
1347
|
-
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.volume_numerical">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
1348
|
-
</li>
|
1349
|
-
</ul></li>
|
1350
|
-
</ul></td>
|
1351
|
-
</tr></table>
|
1352
|
-
|
1353
|
-
<h2 id="W">W</h2>
|
1354
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
1355
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
1356
|
-
<li><a href="spherogram.html#spherogram.Link.white_graph">white_graph() (spherogram.Link method)</a>
|
1357
|
-
</li>
|
1358
|
-
<li><a href="manifold.html#snappy.Manifold.with_hyperbolic_structure">with_hyperbolic_structure() (snappy.Manifold method)</a>
|
1359
|
-
|
1360
|
-
<ul>
|
1361
|
-
<li><a href="triangulation.html#snappy.Triangulation.with_hyperbolic_structure">(snappy.Triangulation method)</a>
|
1362
|
-
</li>
|
1363
|
-
</ul></li>
|
1364
|
-
</ul></td>
|
1365
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
1366
|
-
<li><a href="manifold.html#snappy.Manifold.without_hyperbolic_structure">without_hyperbolic_structure() (snappy.Manifold method)</a>
|
1367
|
-
</li>
|
1368
|
-
<li><a href="spherogram.html#spherogram.Link.writhe">writhe() (spherogram.Link method)</a>
|
1369
|
-
</li>
|
1370
|
-
</ul></td>
|
1371
|
-
</tr></table>
|
1372
|
-
|
1373
|
-
<h2 id="X">X</h2>
|
1374
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
1375
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
1376
|
-
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.x_coordinate">x_coordinate() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
1377
|
-
</li>
|
1378
|
-
</ul></td>
|
1379
|
-
</tr></table>
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1383
|
-
</div>
|
1384
|
-
</div>
|
1385
|
-
<footer>
|
1386
|
-
|
1387
|
-
<hr/>
|
1388
|
-
|
1389
|
-
<div role="contentinfo">
|
1390
|
-
<p>© Copyright 2009-2023, by Marc Culler, Nathan Dunfield, Matthias Goerner, Jeffrey Weeks and others.</p>
|
1391
|
-
</div>
|
1392
|
-
|
1393
|
-
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
1394
|
-
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
|
1395
|
-
provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
1396
|
-
|
1397
|
-
|
1398
|
-
</footer>
|
1399
|
-
</div>
|
1400
|
-
</div>
|
1401
|
-
</section>
|
1402
|
-
</div>
|
1403
|
-
<script>
|
1404
|
-
jQuery(function () {
|
1405
|
-
SphinxRtdTheme.Navigation.enable(true);
|
1406
|
-
});
|
1407
|
-
</script>
|
1408
|
-
|
1409
|
-
</body>
|
1
|
+
|
2
|
+
|
3
|
+
<!DOCTYPE html>
|
4
|
+
<html class="writer-html5" lang="en" data-content_root="./">
|
5
|
+
<head>
|
6
|
+
<meta charset="utf-8" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
8
|
+
<title>Index — SnapPy 3.2 documentation</title>
|
9
|
+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/snappy_sphinx_rtd_theme.css?v=1b8ec2a8" />
|
12
|
+
|
13
|
+
|
14
|
+
<link rel="shortcut icon" href="_static/SnapPy.ico"/>
|
15
|
+
<script src="_static/jquery.js?v=5d32c60e"></script>
|
16
|
+
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
17
|
+
<script src="_static/documentation_options.js?v=828ea960"></script>
|
18
|
+
<script src="_static/doctools.js?v=9a2dae69"></script>
|
19
|
+
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
20
|
+
<script src="_static/js/theme.js"></script>
|
21
|
+
<link rel="index" title="Index" href="#" />
|
22
|
+
<link rel="search" title="Search" href="search.html" />
|
23
|
+
</head>
|
24
|
+
|
25
|
+
<body class="wy-body-for-nav">
|
26
|
+
<div class="wy-grid-for-nav">
|
27
|
+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
28
|
+
<div class="wy-side-scroll">
|
29
|
+
<div class="wy-side-nav-search" >
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
<a href="index.html" class="icon icon-home">
|
34
|
+
SnapPy
|
35
|
+
<img src="_static/SnapPy-horizontal-128.png" class="logo" alt="Logo"/>
|
36
|
+
</a>
|
37
|
+
<div role="search">
|
38
|
+
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
39
|
+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
|
40
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
41
|
+
<input type="hidden" name="area" value="default" />
|
42
|
+
</form>
|
43
|
+
</div>
|
44
|
+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
45
|
+
<ul>
|
46
|
+
<li class="toctree-l1"><a class="reference internal" href="installing.html">Installing SnapPy</a></li>
|
47
|
+
<li class="toctree-l1"><a class="reference internal" href="screenshots.html">Screenshots: SnapPy in action</a></li>
|
48
|
+
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
|
49
|
+
<li class="toctree-l1"><a class="reference internal" href="snappy.html">The snappy module and its classes</a></li>
|
50
|
+
<li class="toctree-l1"><a class="reference internal" href="plink.html">Using SnapPy’s link editor</a></li>
|
51
|
+
<li class="toctree-l1"><a class="reference internal" href="spherogram.html">Links: planar diagrams and invariants</a></li>
|
52
|
+
<li class="toctree-l1"><a class="reference internal" href="snap.html">Number theory of hyperbolic 3-manifolds</a></li>
|
53
|
+
<li class="toctree-l1"><a class="reference internal" href="verify.html">Verified computations</a></li>
|
54
|
+
<li class="toctree-l1"><a class="reference internal" href="other.html">Other components</a></li>
|
55
|
+
<li class="toctree-l1"><a class="reference internal" href="news.html">News</a></li>
|
56
|
+
<li class="toctree-l1"><a class="reference internal" href="credits.html">Credits</a></li>
|
57
|
+
<li class="toctree-l1"><a class="reference internal" href="bugs.html">Reporting bugs and other problems</a></li>
|
58
|
+
<li class="toctree-l1"><a class="reference internal" href="todo.html">To Do List</a></li>
|
59
|
+
<li class="toctree-l1"><a class="reference internal" href="development.html">Development Basics</a></li>
|
60
|
+
</ul>
|
61
|
+
|
62
|
+
</div>
|
63
|
+
</div>
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
|
67
|
+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
68
|
+
<a href="index.html">SnapPy</a>
|
69
|
+
</nav>
|
70
|
+
|
71
|
+
<div class="wy-nav-content">
|
72
|
+
<div class="rst-content">
|
73
|
+
<div role="navigation" aria-label="Page navigation">
|
74
|
+
<ul class="wy-breadcrumbs">
|
75
|
+
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
|
76
|
+
<li class="breadcrumb-item active">Index</li>
|
77
|
+
<li class="wy-breadcrumbs-aside">
|
78
|
+
</li>
|
79
|
+
</ul>
|
80
|
+
<hr/>
|
81
|
+
</div>
|
82
|
+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
83
|
+
<div itemprop="articleBody">
|
84
|
+
|
85
|
+
|
86
|
+
<h1 id="index">Index</h1>
|
87
|
+
|
88
|
+
<div class="genindex-jumpbox">
|
89
|
+
<a href="#A"><strong>A</strong></a>
|
90
|
+
| <a href="#B"><strong>B</strong></a>
|
91
|
+
| <a href="#C"><strong>C</strong></a>
|
92
|
+
| <a href="#D"><strong>D</strong></a>
|
93
|
+
| <a href="#E"><strong>E</strong></a>
|
94
|
+
| <a href="#F"><strong>F</strong></a>
|
95
|
+
| <a href="#G"><strong>G</strong></a>
|
96
|
+
| <a href="#H"><strong>H</strong></a>
|
97
|
+
| <a href="#I"><strong>I</strong></a>
|
98
|
+
| <a href="#J"><strong>J</strong></a>
|
99
|
+
| <a href="#K"><strong>K</strong></a>
|
100
|
+
| <a href="#L"><strong>L</strong></a>
|
101
|
+
| <a href="#M"><strong>M</strong></a>
|
102
|
+
| <a href="#N"><strong>N</strong></a>
|
103
|
+
| <a href="#O"><strong>O</strong></a>
|
104
|
+
| <a href="#P"><strong>P</strong></a>
|
105
|
+
| <a href="#R"><strong>R</strong></a>
|
106
|
+
| <a href="#S"><strong>S</strong></a>
|
107
|
+
| <a href="#T"><strong>T</strong></a>
|
108
|
+
| <a href="#U"><strong>U</strong></a>
|
109
|
+
| <a href="#V"><strong>V</strong></a>
|
110
|
+
| <a href="#W"><strong>W</strong></a>
|
111
|
+
| <a href="#X"><strong>X</strong></a>
|
112
|
+
|
113
|
+
</div>
|
114
|
+
<h2 id="A">A</h2>
|
115
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
116
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
117
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.abelian_description">abelian_description() (snappy.SymmetryGroup method)</a>
|
118
|
+
</li>
|
119
|
+
<li><a href="additional_classes.html#snappy.AbelianGroup">AbelianGroup (class in snappy)</a>
|
120
|
+
</li>
|
121
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.abelianization">abelianization() (snappy.SymmetryGroup method)</a>
|
122
|
+
</li>
|
123
|
+
<li><a href="spherogram.html#spherogram.Link.alexander_matrix">alexander_matrix() (spherogram.Link method)</a>
|
124
|
+
</li>
|
125
|
+
<li><a href="spherogram.html#spherogram.Link.alexander_poly">alexander_poly() (spherogram.Link method)</a>
|
126
|
+
</li>
|
127
|
+
<li><a href="manifold.html#snappy.Manifold.alexander_polynomial">alexander_polynomial() (snappy.Manifold method)</a>
|
128
|
+
|
129
|
+
<ul>
|
130
|
+
<li><a href="triangulation.html#snappy.Triangulation.alexander_polynomial">(snappy.Triangulation method)</a>
|
131
|
+
</li>
|
132
|
+
<li><a href="spherogram.html#spherogram.Link.alexander_polynomial">(spherogram.Link method)</a>
|
133
|
+
</li>
|
134
|
+
</ul></li>
|
135
|
+
</ul></td>
|
136
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
137
|
+
<li><a href="spherogram.html#spherogram.Link.all_crossings_oriented">all_crossings_oriented() (spherogram.Link method)</a>
|
138
|
+
</li>
|
139
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.all_translations">all_translations() (snappy.CuspNeighborhood method)</a>
|
140
|
+
</li>
|
141
|
+
<li><a href="spherogram.html#spherogram.Link.alternating">alternating() (spherogram.Link method)</a>
|
142
|
+
</li>
|
143
|
+
<li><a href="censuses.html#snappy.AlternatingKnotExteriors">AlternatingKnotExteriors (class in snappy)</a>
|
144
|
+
</li>
|
145
|
+
</ul></td>
|
146
|
+
</tr></table>
|
147
|
+
|
148
|
+
<h2 id="B">B</h2>
|
149
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
150
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
151
|
+
<li><a href="spherogram.html#spherogram.Link.backtrack">backtrack() (spherogram.Link method)</a>
|
152
|
+
</li>
|
153
|
+
<li><a href="additional_classes.html#snappy.AbelianGroup.betti_number">betti_number() (snappy.AbelianGroup method)</a>
|
154
|
+
</li>
|
155
|
+
</ul></td>
|
156
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
157
|
+
<li><a href="spherogram.html#spherogram.Link.black_graph">black_graph() (spherogram.Link method)</a>
|
158
|
+
</li>
|
159
|
+
<li><a href="spherogram.html#spherogram.Link.braid_word">braid_word() (spherogram.Link method)</a>
|
160
|
+
</li>
|
161
|
+
<li><a href="manifold.html#snappy.Manifold.browse">browse() (snappy.Manifold method)</a>
|
162
|
+
</li>
|
163
|
+
</ul></td>
|
164
|
+
</tr></table>
|
165
|
+
|
166
|
+
<h2 id="C">C</h2>
|
167
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
168
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
169
|
+
<li><a href="manifold.html#snappy.Manifold.canonical_retriangulation">canonical_retriangulation() (snappy.Manifold method)</a>
|
170
|
+
</li>
|
171
|
+
<li><a href="manifold.html#snappy.Manifold.canonize">canonize() (snappy.Manifold method)</a>
|
172
|
+
</li>
|
173
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.category">category() (snappy.HolonomyGroup method)</a>
|
174
|
+
</li>
|
175
|
+
<li><a href="censuses.html#snappy.CensusKnots">CensusKnots (in module snappy)</a>
|
176
|
+
</li>
|
177
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.center">center() (snappy.SymmetryGroup method)</a>
|
178
|
+
</li>
|
179
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.certified_newton_iteration">certified_newton_iteration() (snappy.verify.IntervalNewtonShapesEngine static method)</a>
|
180
|
+
</li>
|
181
|
+
<li><a href="verify_internals.html#snappy.verify.CertifiedShapesEngine">CertifiedShapesEngine (in module snappy.verify)</a>
|
182
|
+
</li>
|
183
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.character_variety_vars_and_polys">character_variety_vars_and_polys() (snappy.HolonomyGroup method)</a>
|
184
|
+
</li>
|
185
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.check_against_manifold">check_against_manifold() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
186
|
+
|
187
|
+
<ul>
|
188
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.check_against_manifold">(snappy.ptolemy.coordinates.Flattenings method)</a>
|
189
|
+
</li>
|
190
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.check_against_manifold">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
191
|
+
</li>
|
192
|
+
</ul></li>
|
193
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.check_index">check_index() (snappy.CuspNeighborhood method)</a>
|
194
|
+
</li>
|
195
|
+
<li><a href="verify_internals.html#snappy.verify.hyperbolicity.check_logarithmic_gluing_equations_and_positively_oriented_tets">check_logarithmic_gluing_equations_and_positively_oriented_tets() (in module snappy.verify.hyperbolicity)</a>
|
196
|
+
</li>
|
197
|
+
<li><a href="manifold.html#snappy.Manifold.chern_simons">chern_simons() (snappy.Manifold method)</a>
|
198
|
+
</li>
|
199
|
+
<li><a href="spherogram.html#spherogram.ClosedBraid">ClosedBraid (class in spherogram)</a>
|
200
|
+
</li>
|
201
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.commutator_subgroup">commutator_subgroup() (snappy.SymmetryGroup method)</a>
|
202
|
+
</li>
|
203
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.complex_length">complex_length() (snappy.HolonomyGroup method)</a>
|
204
|
+
</li>
|
205
|
+
<li><a href="manifold.html#snappy.Manifold.complex_volume">complex_volume() (snappy.Manifold method)</a>
|
206
|
+
|
207
|
+
<ul>
|
208
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.complex_volume">(snappy.ptolemy.coordinates.Flattenings method)</a>
|
209
|
+
</li>
|
210
|
+
</ul></li>
|
211
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.complex_volume_numerical">complex_volume_numerical() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
212
|
+
</li>
|
213
|
+
<li><a href="verify_internals.html#snappy.verify.square_extensions.ComplexSqrtLinCombination">ComplexSqrtLinCombination (class in snappy.verify.square_extensions)</a>
|
214
|
+
</li>
|
215
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety.compute_decomposition">compute_decomposition() (snappy.ptolemy.ptolemyVariety.PtolemyVariety method)</a>
|
216
|
+
</li>
|
217
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety.compute_solutions">compute_solutions() (snappy.ptolemy.ptolemyVariety.PtolemyVariety method)</a>
|
218
|
+
</li>
|
219
|
+
<li><a href="spherogram.html#spherogram.Link.connected_sum">connected_sum() (spherogram.Link method)</a>
|
220
|
+
</li>
|
221
|
+
<li><a href="manifold.html#snappy.Manifold.copy">copy() (snappy.Manifold method)</a>
|
222
|
+
|
223
|
+
<ul>
|
224
|
+
<li><a href="triangulation.html#snappy.Triangulation.copy">(snappy.Triangulation method)</a>
|
225
|
+
</li>
|
226
|
+
<li><a href="spherogram.html#spherogram.Link.copy">(spherogram.Link method)</a>
|
227
|
+
</li>
|
228
|
+
</ul></li>
|
229
|
+
</ul></td>
|
230
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
231
|
+
<li><a href="manifold.html#snappy.Manifold.cover">cover() (snappy.Manifold method)</a>
|
232
|
+
|
233
|
+
<ul>
|
234
|
+
<li><a href="triangulation.html#snappy.Triangulation.cover">(snappy.Triangulation method)</a>
|
235
|
+
</li>
|
236
|
+
</ul></li>
|
237
|
+
<li><a href="manifold.html#snappy.Manifold.cover_info">cover_info() (snappy.Manifold method)</a>
|
238
|
+
|
239
|
+
<ul>
|
240
|
+
<li><a href="triangulation.html#snappy.Triangulation.cover_info">(snappy.Triangulation method)</a>
|
241
|
+
</li>
|
242
|
+
</ul></li>
|
243
|
+
<li><a href="manifold.html#snappy.Manifold.covers">covers() (snappy.Manifold method)</a>
|
244
|
+
|
245
|
+
<ul>
|
246
|
+
<li><a href="triangulation.html#snappy.Triangulation.covers">(snappy.Triangulation method)</a>
|
247
|
+
</li>
|
248
|
+
</ul></li>
|
249
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.cross_ratios">cross_ratios() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
250
|
+
</li>
|
251
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.cross_ratios_numerical">cross_ratios_numerical() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
252
|
+
</li>
|
253
|
+
<li><a href="spherogram.html#spherogram.Link.crossing_entries">crossing_entries() (spherogram.Link method)</a>
|
254
|
+
</li>
|
255
|
+
<li><a href="spherogram.html#spherogram.Link.crossing_strands">crossing_strands() (spherogram.Link method)</a>
|
256
|
+
</li>
|
257
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios">CrossRatios (class in snappy.ptolemy.coordinates)</a>
|
258
|
+
</li>
|
259
|
+
<li><a href="platonic_census.html#snappy.CubicalNonorientableClosedCensus">CubicalNonorientableClosedCensus (in module snappy)</a>
|
260
|
+
</li>
|
261
|
+
<li><a href="platonic_census.html#snappy.CubicalNonorientableCuspedCensus">CubicalNonorientableCuspedCensus (in module snappy)</a>
|
262
|
+
</li>
|
263
|
+
<li><a href="platonic_census.html#snappy.CubicalOrientableClosedCensus">CubicalOrientableClosedCensus (in module snappy)</a>
|
264
|
+
</li>
|
265
|
+
<li><a href="platonic_census.html#snappy.CubicalOrientableCuspedCensus">CubicalOrientableCuspedCensus (in module snappy)</a>
|
266
|
+
</li>
|
267
|
+
<li><a href="manifold.html#snappy.Manifold.cusp_area_matrix">cusp_area_matrix() (snappy.Manifold method)</a>
|
268
|
+
</li>
|
269
|
+
<li><a href="manifold.html#snappy.Manifold.cusp_areas">cusp_areas() (snappy.Manifold method)</a>
|
270
|
+
</li>
|
271
|
+
<li><a href="manifold.html#snappy.Manifold.cusp_info">cusp_info() (snappy.Manifold method)</a>
|
272
|
+
|
273
|
+
<ul>
|
274
|
+
<li><a href="triangulation.html#snappy.Triangulation.cusp_info">(snappy.Triangulation method)</a>
|
275
|
+
</li>
|
276
|
+
</ul></li>
|
277
|
+
<li><a href="manifold.html#snappy.Manifold.cusp_neighborhood">cusp_neighborhood() (snappy.Manifold method)</a>
|
278
|
+
</li>
|
279
|
+
<li><a href="manifold.html#snappy.Manifold.cusp_translations">cusp_translations() (snappy.Manifold method)</a>
|
280
|
+
</li>
|
281
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.CuspConsistencyType">CuspConsistencyType (class in snappy.verify.exceptions)</a>
|
282
|
+
</li>
|
283
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.CuspEquationExactVerifyError">CuspEquationExactVerifyError</a>
|
284
|
+
</li>
|
285
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.CuspEquationLogLiftNumericalVerifyError">CuspEquationLogLiftNumericalVerifyError</a>
|
286
|
+
</li>
|
287
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.CuspEquationType">CuspEquationType (class in snappy.verify.exceptions)</a>
|
288
|
+
</li>
|
289
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood">CuspNeighborhood (class in snappy)</a>
|
290
|
+
</li>
|
291
|
+
</ul></td>
|
292
|
+
</tr></table>
|
293
|
+
|
294
|
+
<h2 id="D">D</h2>
|
295
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
296
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
297
|
+
<li><a href="spherogram.html#spherogram.Link.deconnect_sum">deconnect_sum() (spherogram.Link method)</a>
|
298
|
+
</li>
|
299
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety.degree_to_shapes">degree_to_shapes() (snappy.ptolemy.ptolemyVariety.PtolemyVariety method)</a>
|
300
|
+
</li>
|
301
|
+
<li><a href="manifold.html#snappy.Manifold.dehn_fill">dehn_fill() (snappy.Manifold method)</a>
|
302
|
+
|
303
|
+
<ul>
|
304
|
+
<li><a href="triangulation.html#snappy.Triangulation.dehn_fill">(snappy.Triangulation method)</a>
|
305
|
+
</li>
|
306
|
+
</ul></li>
|
307
|
+
<li><a href="spherogram.html#spherogram.Link.determinant">determinant() (spherogram.Link method)</a>
|
308
|
+
</li>
|
309
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.diamond_coordinate">diamond_coordinate() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
310
|
+
</li>
|
311
|
+
<li><a href="spherogram.html#spherogram.Link.digraph">digraph() (spherogram.Link method)</a>
|
312
|
+
</li>
|
313
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.direct_product_description">direct_product_description() (snappy.SymmetryGroup method)</a>
|
314
|
+
</li>
|
315
|
+
<li><a href="manifold.html#snappy.Manifold.dirichlet_domain">dirichlet_domain() (snappy.Manifold method)</a>
|
316
|
+
</li>
|
317
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain">DirichletDomain (class in snappy)</a>
|
318
|
+
</li>
|
319
|
+
<li><a href="platonic_census.html#snappy.DodecahedralNonorientableClosedCensus">DodecahedralNonorientableClosedCensus (in module snappy)</a>
|
320
|
+
</li>
|
321
|
+
<li><a href="platonic_census.html#snappy.DodecahedralNonorientableCuspedCensus">DodecahedralNonorientableCuspedCensus (in module snappy)</a>
|
322
|
+
</li>
|
323
|
+
</ul></td>
|
324
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
325
|
+
<li><a href="platonic_census.html#snappy.DodecahedralOrientableClosedCensus">DodecahedralOrientableClosedCensus (in module snappy)</a>
|
326
|
+
</li>
|
327
|
+
<li><a href="platonic_census.html#snappy.DodecahedralOrientableCuspedCensus">DodecahedralOrientableCuspedCensus (in module snappy)</a>
|
328
|
+
</li>
|
329
|
+
<li><a href="manifold.html#snappy.Manifold.drill">drill() (snappy.Manifold method)</a>
|
330
|
+
</li>
|
331
|
+
<li><a href="manifold.html#snappy.Manifold.drill_word">drill_word() (snappy.Manifold method)</a>
|
332
|
+
</li>
|
333
|
+
<li><a href="manifold.html#snappy.Manifold.drill_words">drill_words() (snappy.Manifold method)</a>
|
334
|
+
</li>
|
335
|
+
<li><a href="manifold.html#snappy.Manifold.DT_code">DT_code() (snappy.Manifold method)</a>
|
336
|
+
|
337
|
+
<ul>
|
338
|
+
<li><a href="triangulation.html#snappy.Triangulation.DT_code">(snappy.Triangulation method)</a>
|
339
|
+
</li>
|
340
|
+
<li><a href="spherogram.html#spherogram.Link.DT_code">(spherogram.Link method)</a>
|
341
|
+
</li>
|
342
|
+
</ul></li>
|
343
|
+
<li><a href="manifold.html#snappy.Manifold.dual_curves">dual_curves() (snappy.Manifold method)</a>
|
344
|
+
</li>
|
345
|
+
<li><a href="spherogram.html#spherogram.Link.dual_graph">dual_graph() (spherogram.Link method)</a>
|
346
|
+
</li>
|
347
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.dump">dump() (snappy.HolonomyGroup method)</a>
|
348
|
+
</li>
|
349
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.dumps">dumps() (snappy.HolonomyGroup method)</a>
|
350
|
+
</li>
|
351
|
+
</ul></td>
|
352
|
+
</tr></table>
|
353
|
+
|
354
|
+
<h2 id="E">E</h2>
|
355
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
356
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
357
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.edge_list">edge_list() (snappy.DirichletDomain method)</a>
|
358
|
+
</li>
|
359
|
+
<li><a href="manifold.html#snappy.Manifold.edge_valences">edge_valences() (snappy.Manifold method)</a>
|
360
|
+
|
361
|
+
<ul>
|
362
|
+
<li><a href="triangulation.html#snappy.Triangulation.edge_valences">(snappy.Triangulation method)</a>
|
363
|
+
</li>
|
364
|
+
</ul></li>
|
365
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.EdgeEquationExactVerifyError">EdgeEquationExactVerifyError</a>
|
366
|
+
</li>
|
367
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.EdgeEquationLogLiftNumericalVerifyError">EdgeEquationLogLiftNumericalVerifyError</a>
|
368
|
+
</li>
|
369
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.EdgeEquationType">EdgeEquationType (class in snappy.verify.exceptions)</a>
|
370
|
+
</li>
|
371
|
+
<li><a href="additional_classes.html#snappy.AbelianGroup.elementary_divisors">elementary_divisors() (snappy.AbelianGroup method)</a>
|
372
|
+
</li>
|
373
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.EquationType">EquationType (class in snappy.verify.exceptions)</a>
|
374
|
+
</li>
|
375
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.evaluate_word">evaluate_word() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
376
|
+
|
377
|
+
<ul>
|
378
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.evaluate_word">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
379
|
+
</li>
|
380
|
+
</ul></li>
|
381
|
+
</ul></td>
|
382
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
383
|
+
<li><a href="verify_internals.html#snappy.verify.canonical.exactly_checked_canonical_retriangulation">exactly_checked_canonical_retriangulation() (in module snappy.verify.canonical)</a>
|
384
|
+
</li>
|
385
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.ExactVerifyError">ExactVerifyError</a>
|
386
|
+
</li>
|
387
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.expand_until_certified">expand_until_certified() (snappy.verify.IntervalNewtonShapesEngine method)</a>
|
388
|
+
|
389
|
+
<ul>
|
390
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.expand_until_certified">(snappy.verify.KrawczykShapesEngine method)</a>
|
391
|
+
</li>
|
392
|
+
</ul></li>
|
393
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.export_stl">export_stl() (snappy.DirichletDomain method)</a>
|
394
|
+
</li>
|
395
|
+
<li><a href="spherogram.html#spherogram.Link.exterior">exterior() (spherogram.Link method)</a>
|
396
|
+
</li>
|
397
|
+
<li><a href="manifold.html#snappy.Manifold.exterior_to_link">exterior_to_link() (snappy.Manifold method)</a>
|
398
|
+
|
399
|
+
<ul>
|
400
|
+
<li><a href="triangulation.html#snappy.Triangulation.exterior_to_link">(snappy.Triangulation method)</a>
|
401
|
+
</li>
|
402
|
+
</ul></li>
|
403
|
+
</ul></td>
|
404
|
+
</tr></table>
|
405
|
+
|
406
|
+
<h2 id="F">F</h2>
|
407
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
408
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
409
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.face_list">face_list() (snappy.DirichletDomain method)</a>
|
410
|
+
</li>
|
411
|
+
<li><a href="spherogram.html#spherogram.Link.faces">faces() (spherogram.Link method)</a>
|
412
|
+
</li>
|
413
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety.filename_base">filename_base() (snappy.ptolemy.ptolemyVariety.PtolemyVariety method)</a>
|
414
|
+
</li>
|
415
|
+
<li><a href="manifold.html#snappy.Manifold.filled_triangulation">filled_triangulation() (snappy.Manifold method)</a>
|
416
|
+
|
417
|
+
<ul>
|
418
|
+
<li><a href="triangulation.html#snappy.Triangulation.filled_triangulation">(snappy.Triangulation method)</a>
|
419
|
+
</li>
|
420
|
+
</ul></li>
|
421
|
+
<li><a href="censuses.html#snappy.database.ManifoldTable.find">find() (snappy.database.ManifoldTable method)</a>
|
422
|
+
</li>
|
423
|
+
<li><a href="verify_internals.html#snappy.verify.square_extensions.find_shapes_as_complex_sqrt_lin_combinations">find_shapes_as_complex_sqrt_lin_combinations() (in module snappy.verify.square_extensions)</a>
|
424
|
+
</li>
|
425
|
+
</ul></td>
|
426
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
427
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings">Flattenings (class in snappy.ptolemy.coordinates)</a>
|
428
|
+
</li>
|
429
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.flattenings_numerical">flattenings_numerical() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
430
|
+
</li>
|
431
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.Ford_domain">Ford_domain() (snappy.CuspNeighborhood method)</a>
|
432
|
+
</li>
|
433
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.from_snappy_manifold">from_snappy_manifold() (snappy.ptolemy.coordinates.CrossRatios static method)</a>
|
434
|
+
</li>
|
435
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.from_tetrahedra_shapes_of_manifold">from_tetrahedra_shapes_of_manifold() (snappy.ptolemy.coordinates.Flattenings class method)</a>
|
436
|
+
</li>
|
437
|
+
<li><a href="manifold.html#snappy.Manifold.fundamental_group">fundamental_group() (snappy.Manifold method)</a>
|
438
|
+
|
439
|
+
<ul>
|
440
|
+
<li><a href="triangulation.html#snappy.Triangulation.fundamental_group">(snappy.Triangulation method)</a>
|
441
|
+
</li>
|
442
|
+
</ul></li>
|
443
|
+
</ul></td>
|
444
|
+
</tr></table>
|
445
|
+
|
446
|
+
<h2 id="G">G</h2>
|
447
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
448
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
449
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.gap_string">gap_string() (snappy.HolonomyGroup method)</a>
|
450
|
+
</li>
|
451
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.generators">generators() (snappy.HolonomyGroup method)</a>
|
452
|
+
</li>
|
453
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.generators_in_originals">generators_in_originals() (snappy.HolonomyGroup method)</a>
|
454
|
+
</li>
|
455
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.get_custom_name">get_custom_name() (snappy.HolonomyGroup method)</a>
|
456
|
+
</li>
|
457
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.get_displacement">get_displacement() (snappy.CuspNeighborhood method)</a>
|
458
|
+
</li>
|
459
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.get_manifold">get_manifold() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
460
|
+
|
461
|
+
<ul>
|
462
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.get_manifold">(snappy.ptolemy.coordinates.Flattenings method)</a>
|
463
|
+
</li>
|
464
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.get_manifold">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
465
|
+
</li>
|
466
|
+
</ul></li>
|
467
|
+
</ul></td>
|
468
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
469
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.get_order">get_order() (snappy.ptolemy.coordinates.Flattenings method)</a>
|
470
|
+
</li>
|
471
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.get_tie">get_tie() (snappy.CuspNeighborhood method)</a>
|
472
|
+
</li>
|
473
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.get_zpq_triple">get_zpq_triple() (snappy.ptolemy.coordinates.Flattenings method)</a>
|
474
|
+
</li>
|
475
|
+
<li><a href="manifold.html#snappy.Manifold.gluing_equations">gluing_equations() (snappy.Manifold method)</a>
|
476
|
+
|
477
|
+
<ul>
|
478
|
+
<li><a href="triangulation.html#snappy.Triangulation.gluing_equations">(snappy.Triangulation method)</a>
|
479
|
+
</li>
|
480
|
+
</ul></li>
|
481
|
+
<li><a href="manifold.html#snappy.Manifold.gluing_equations_pgl">gluing_equations_pgl() (snappy.Manifold method)</a>
|
482
|
+
|
483
|
+
<ul>
|
484
|
+
<li><a href="triangulation.html#snappy.Triangulation.gluing_equations_pgl">(snappy.Triangulation method)</a>
|
485
|
+
</li>
|
486
|
+
</ul></li>
|
487
|
+
<li><a href="spherogram.html#spherogram.Link.goeritz_matrix">goeritz_matrix() (spherogram.Link method)</a>
|
488
|
+
</li>
|
489
|
+
</ul></td>
|
490
|
+
</tr></table>
|
491
|
+
|
492
|
+
<h2 id="H">H</h2>
|
493
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
494
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
495
|
+
<li><a href="manifold.html#snappy.Manifold.has_finite_vertices">has_finite_vertices() (snappy.Manifold method)</a>
|
496
|
+
|
497
|
+
<ul>
|
498
|
+
<li><a href="triangulation.html#snappy.Triangulation.has_finite_vertices">(snappy.Triangulation method)</a>
|
499
|
+
</li>
|
500
|
+
</ul></li>
|
501
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.has_obstruction">has_obstruction() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
502
|
+
</li>
|
503
|
+
<li><a href="manifold.html#snappy.Manifold.high_precision">high_precision() (snappy.Manifold method)</a>
|
504
|
+
</li>
|
505
|
+
<li><a href="manifold.html#snappy.Manifold.holonomy_matrix_entries">holonomy_matrix_entries() (snappy.Manifold method)</a>
|
506
|
+
</li>
|
507
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup">HolonomyGroup (class in snappy)</a>
|
508
|
+
</li>
|
509
|
+
<li><a href="manifold.html#snappy.Manifold.homological_longitude">homological_longitude() (snappy.Manifold method)</a>
|
510
|
+
|
511
|
+
<ul>
|
512
|
+
<li><a href="triangulation.html#snappy.Triangulation.homological_longitude">(snappy.Triangulation method)</a>
|
513
|
+
</li>
|
514
|
+
</ul></li>
|
515
|
+
</ul></td>
|
516
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
517
|
+
<li><a href="manifold.html#snappy.Manifold.homology">homology() (snappy.Manifold method)</a>
|
518
|
+
|
519
|
+
<ul>
|
520
|
+
<li><a href="triangulation.html#snappy.Triangulation.homology">(snappy.Triangulation method)</a>
|
521
|
+
</li>
|
522
|
+
</ul></li>
|
523
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.horoballs">horoballs() (snappy.CuspNeighborhood method)</a>
|
524
|
+
</li>
|
525
|
+
<li><a href="censuses.html#snappy.HTLinkExteriors">HTLinkExteriors (in module snappy)</a>
|
526
|
+
</li>
|
527
|
+
<li><a href="manifold.html#snappy.Manifold.hyperbolic_adjoint_torsion">hyperbolic_adjoint_torsion() (snappy.Manifold method)</a>
|
528
|
+
</li>
|
529
|
+
<li><a href="manifold.html#snappy.Manifold.hyperbolic_SLN_torsion">hyperbolic_SLN_torsion() (snappy.Manifold method)</a>
|
530
|
+
</li>
|
531
|
+
<li><a href="manifold.html#snappy.Manifold.hyperbolic_torsion">hyperbolic_torsion() (snappy.Manifold method)</a>
|
532
|
+
</li>
|
533
|
+
</ul></td>
|
534
|
+
</tr></table>
|
535
|
+
|
536
|
+
<h2 id="I">I</h2>
|
537
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
538
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
539
|
+
<li><a href="platonic_census.html#snappy.IcosahedralNonorientableClosedCensus">IcosahedralNonorientableClosedCensus (in module snappy)</a>
|
540
|
+
</li>
|
541
|
+
<li><a href="platonic_census.html#snappy.IcosahedralOrientableClosedCensus">IcosahedralOrientableClosedCensus (in module snappy)</a>
|
542
|
+
</li>
|
543
|
+
<li><a href="censuses.html#snappy.database.ManifoldTable.identify">identify() (snappy.database.ManifoldTable method)</a>
|
544
|
+
|
545
|
+
<ul>
|
546
|
+
<li><a href="manifold.html#snappy.Manifold.identify">(snappy.Manifold method)</a>
|
547
|
+
</li>
|
548
|
+
</ul></li>
|
549
|
+
<li><a href="verify_internals.html#snappy.verify.square_extensions.ComplexSqrtLinCombination.imag">imag() (snappy.verify.square_extensions.ComplexSqrtLinCombination method)</a>
|
550
|
+
</li>
|
551
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.in_radius">in_radius() (snappy.DirichletDomain method)</a>
|
552
|
+
</li>
|
553
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.induced_representation">induced_representation() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
554
|
+
</li>
|
555
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.InequalityNumericalVerifyError">InequalityNumericalVerifyError</a>
|
556
|
+
</li>
|
557
|
+
<li><a href="manifold.html#snappy.Manifold.inside_view">inside_view() (snappy.Manifold method)</a>
|
558
|
+
</li>
|
559
|
+
<li><a href="verify_internals.html#snappy.verify.canonical.interval_checked_canonical_triangulation">interval_checked_canonical_triangulation() (in module snappy.verify.canonical)</a>
|
560
|
+
</li>
|
561
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.interval_vector_is_contained_in">interval_vector_is_contained_in() (snappy.verify.IntervalNewtonShapesEngine static method)</a>
|
562
|
+
|
563
|
+
<ul>
|
564
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.interval_vector_is_contained_in">(snappy.verify.KrawczykShapesEngine static method)</a>
|
565
|
+
</li>
|
566
|
+
</ul></li>
|
567
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.interval_vector_mid_points">interval_vector_mid_points() (snappy.verify.IntervalNewtonShapesEngine static method)</a>
|
568
|
+
|
569
|
+
<ul>
|
570
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.interval_vector_mid_points">(snappy.verify.KrawczykShapesEngine static method)</a>
|
571
|
+
</li>
|
572
|
+
</ul></li>
|
573
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.interval_vector_union">interval_vector_union() (snappy.verify.IntervalNewtonShapesEngine static method)</a>
|
574
|
+
|
575
|
+
<ul>
|
576
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.interval_vector_union">(snappy.verify.KrawczykShapesEngine static method)</a>
|
577
|
+
</li>
|
578
|
+
</ul></li>
|
579
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine">IntervalNewtonShapesEngine (class in snappy.verify)</a>
|
580
|
+
</li>
|
581
|
+
<li><a href="manifold.html#snappy.Manifold.invariant_trace_field_gens">invariant_trace_field_gens() (snappy.Manifold method)</a>
|
582
|
+
</li>
|
583
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_abelian">is_abelian() (snappy.SymmetryGroup method)</a>
|
584
|
+
</li>
|
585
|
+
<li><a href="spherogram.html#spherogram.Link.is_alternating">is_alternating() (spherogram.Link method)</a>
|
586
|
+
</li>
|
587
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_amphicheiral">is_amphicheiral() (snappy.SymmetryGroup method)</a>
|
588
|
+
</li>
|
589
|
+
</ul></td>
|
590
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
591
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_dihedral">is_dihedral() (snappy.SymmetryGroup method)</a>
|
592
|
+
</li>
|
593
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_direct_product">is_direct_product() (snappy.SymmetryGroup method)</a>
|
594
|
+
</li>
|
595
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_full_group">is_full_group() (snappy.SymmetryGroup method)</a>
|
596
|
+
</li>
|
597
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.is_geometric">is_geometric() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
598
|
+
|
599
|
+
<ul>
|
600
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.is_geometric">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
601
|
+
</li>
|
602
|
+
</ul></li>
|
603
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.is_induced_from_psl2">is_induced_from_psl2() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
604
|
+
</li>
|
605
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_invertible_knot">is_invertible_knot() (snappy.SymmetryGroup method)</a>
|
606
|
+
</li>
|
607
|
+
<li><a href="manifold.html#snappy.Manifold.is_isometric_to">is_isometric_to() (snappy.Manifold method)</a>
|
608
|
+
</li>
|
609
|
+
<li><a href="manifold.html#snappy.Manifold.is_orientable">is_orientable() (snappy.Manifold method)</a>
|
610
|
+
|
611
|
+
<ul>
|
612
|
+
<li><a href="triangulation.html#snappy.Triangulation.is_orientable">(snappy.Triangulation method)</a>
|
613
|
+
</li>
|
614
|
+
</ul></li>
|
615
|
+
<li><a href="spherogram.html#spherogram.Link.is_planar">is_planar() (spherogram.Link method)</a>
|
616
|
+
</li>
|
617
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_polyhedral">is_polyhedral() (snappy.SymmetryGroup method)</a>
|
618
|
+
</li>
|
619
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.is_pu_2_1_representation">is_pu_2_1_representation() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
620
|
+
</li>
|
621
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.is_real">is_real() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
622
|
+
</li>
|
623
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.is_S5">is_S5() (snappy.SymmetryGroup method)</a>
|
624
|
+
</li>
|
625
|
+
<li><a href="manifold.html#snappy.Manifold.is_two_bridge">is_two_bridge() (snappy.Manifold method)</a>
|
626
|
+
</li>
|
627
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.isometries">isometries() (snappy.SymmetryGroup method)</a>
|
628
|
+
</li>
|
629
|
+
<li><a href="manifold.html#snappy.Manifold.isometry_signature">isometry_signature() (snappy.Manifold method)</a>
|
630
|
+
</li>
|
631
|
+
<li><a href="manifold.html#snappy.Manifold.isomorphisms_to">isomorphisms_to() (snappy.Manifold method)</a>
|
632
|
+
|
633
|
+
<ul>
|
634
|
+
<li><a href="triangulation.html#snappy.Triangulation.isomorphisms_to">(snappy.Triangulation method)</a>
|
635
|
+
</li>
|
636
|
+
</ul></li>
|
637
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.IsZeroExactVerifyError">IsZeroExactVerifyError</a>
|
638
|
+
</li>
|
639
|
+
</ul></td>
|
640
|
+
</tr></table>
|
641
|
+
|
642
|
+
<h2 id="J">J</h2>
|
643
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
644
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
645
|
+
<li><a href="spherogram.html#spherogram.Link.jones_polynomial">jones_polynomial() (spherogram.Link method)</a>
|
646
|
+
</li>
|
647
|
+
</ul></td>
|
648
|
+
</tr></table>
|
649
|
+
|
650
|
+
<h2 id="K">K</h2>
|
651
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
652
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
653
|
+
<li><a href="censuses.html#snappy.database.ManifoldTable.keys">keys() (snappy.database.ManifoldTable method)</a>
|
654
|
+
</li>
|
655
|
+
<li><a href="spherogram.html#spherogram.Link.KLPProjection">KLPProjection() (spherogram.Link method)</a>
|
656
|
+
</li>
|
657
|
+
<li><a href="spherogram.html#spherogram.Link.knot_floer_homology">knot_floer_homology() (spherogram.Link method)</a>
|
658
|
+
</li>
|
659
|
+
</ul></td>
|
660
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
661
|
+
<li><a href="spherogram.html#spherogram.Link.knot_group">knot_group() (spherogram.Link method)</a>
|
662
|
+
</li>
|
663
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.krawczyk_interval">krawczyk_interval() (snappy.verify.KrawczykShapesEngine method)</a>
|
664
|
+
</li>
|
665
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine">KrawczykShapesEngine (class in snappy.verify)</a>
|
666
|
+
</li>
|
667
|
+
</ul></td>
|
668
|
+
</tr></table>
|
669
|
+
|
670
|
+
<h2 id="L">L</h2>
|
671
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
672
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
673
|
+
<li><a href="manifold.html#snappy.Manifold.length_spectrum">length_spectrum() (snappy.Manifold method)</a>
|
674
|
+
</li>
|
675
|
+
<li><a href="manifold.html#snappy.Manifold.length_spectrum_alt">length_spectrum_alt() (snappy.Manifold method)</a>
|
676
|
+
</li>
|
677
|
+
<li><a href="manifold.html#snappy.Manifold.length_spectrum_alt_gen">length_spectrum_alt_gen() (snappy.Manifold method)</a>
|
678
|
+
</li>
|
679
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.length_spectrum_dicts">length_spectrum_dicts() (snappy.DirichletDomain method)</a>
|
680
|
+
</li>
|
681
|
+
<li><a href="spherogram.html#spherogram.Link">Link (class in spherogram)</a>
|
682
|
+
</li>
|
683
|
+
<li><a href="manifold.html#snappy.Manifold.link">link() (snappy.Manifold method)</a>
|
684
|
+
|
685
|
+
<ul>
|
686
|
+
<li><a href="triangulation.html#snappy.Triangulation.link">(snappy.Triangulation method)</a>
|
687
|
+
</li>
|
688
|
+
</ul></li>
|
689
|
+
<li><a href="censuses.html#snappy.LinkExteriors">LinkExteriors (in module snappy)</a>
|
690
|
+
</li>
|
691
|
+
<li><a href="spherogram.html#spherogram.Link.linking_matrix">linking_matrix() (spherogram.Link method)</a>
|
692
|
+
</li>
|
693
|
+
</ul></td>
|
694
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
695
|
+
<li><a href="spherogram.html#spherogram.Link.linking_number">linking_number() (spherogram.Link method)</a>
|
696
|
+
</li>
|
697
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.log_gluing_LHS_derivatives">log_gluing_LHS_derivatives() (snappy.verify.IntervalNewtonShapesEngine static method)</a>
|
698
|
+
|
699
|
+
<ul>
|
700
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.log_gluing_LHS_derivatives">(snappy.verify.KrawczykShapesEngine method)</a>
|
701
|
+
</li>
|
702
|
+
</ul></li>
|
703
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.log_gluing_LHS_derivatives_sparse">log_gluing_LHS_derivatives_sparse() (snappy.verify.KrawczykShapesEngine method)</a>
|
704
|
+
</li>
|
705
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.log_gluing_LHSs">log_gluing_LHSs() (snappy.verify.IntervalNewtonShapesEngine static method)</a>
|
706
|
+
|
707
|
+
<ul>
|
708
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.log_gluing_LHSs">(snappy.verify.KrawczykShapesEngine method)</a>
|
709
|
+
</li>
|
710
|
+
</ul></li>
|
711
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.LogLiftNumericalVerifyError">LogLiftNumericalVerifyError</a>
|
712
|
+
</li>
|
713
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.long_edge">long_edge() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
714
|
+
|
715
|
+
<ul>
|
716
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.long_edge">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
717
|
+
</li>
|
718
|
+
</ul></li>
|
719
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.longitude">longitude() (snappy.HolonomyGroup method)</a>
|
720
|
+
</li>
|
721
|
+
</ul></td>
|
722
|
+
</tr></table>
|
723
|
+
|
724
|
+
<h2 id="M">M</h2>
|
725
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
726
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
727
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.magma_string">magma_string() (snappy.HolonomyGroup method)</a>
|
728
|
+
</li>
|
729
|
+
<li><a href="manifold.html#snappy.Manifold">Manifold (class in snappy)</a>
|
730
|
+
</li>
|
731
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.manifold">manifold() (snappy.CuspNeighborhood method)</a>
|
732
|
+
|
733
|
+
<ul>
|
734
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.manifold">(snappy.DirichletDomain method)</a>
|
735
|
+
</li>
|
736
|
+
</ul></li>
|
737
|
+
<li><a href="censuses.html#snappy.database.ManifoldTable">ManifoldTable (class in snappy.database)</a>
|
738
|
+
</li>
|
739
|
+
<li><a href="verify_internals.html#snappy.verify.KrawczykShapesEngine.matrix_times_sparse">matrix_times_sparse() (snappy.verify.KrawczykShapesEngine static method)</a>
|
740
|
+
</li>
|
741
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.max_reach">max_reach() (snappy.CuspNeighborhood method)</a>
|
742
|
+
</li>
|
743
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.meridian">meridian() (snappy.HolonomyGroup method)</a>
|
744
|
+
</li>
|
745
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.middle_edge">middle_edge() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
746
|
+
|
747
|
+
<ul>
|
748
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.middle_edge">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
749
|
+
</li>
|
750
|
+
</ul></li>
|
751
|
+
<li><a href="spherogram.html#spherogram.Link.mirror">mirror() (spherogram.Link method)</a>
|
752
|
+
</li>
|
753
|
+
<li>
|
754
|
+
module
|
755
|
+
|
756
|
+
<ul>
|
757
|
+
<li><a href="additional_classes.html#module-snappy">snappy</a>
|
758
|
+
</li>
|
759
|
+
<li><a href="ptolemy.html#module-snappy.ptolemy">snappy.ptolemy</a>
|
760
|
+
</li>
|
761
|
+
<li><a href="snap.html#module-snappy.snap">snappy.snap</a>
|
762
|
+
</li>
|
763
|
+
<li><a href="verify_internals.html#module-snappy.verify">snappy.verify</a>
|
764
|
+
</li>
|
765
|
+
<li><a href="verify_internals.html#module-snappy.verify.exceptions">snappy.verify.exceptions</a>
|
766
|
+
</li>
|
767
|
+
<li><a href="verify_internals.html#module-snappy.verify.square_extensions">snappy.verify.square_extensions</a>
|
768
|
+
</li>
|
769
|
+
<li><a href="spherogram.html#module-spherogram">spherogram</a>
|
770
|
+
</li>
|
771
|
+
</ul></li>
|
772
|
+
</ul></td>
|
773
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
774
|
+
<li><a href="spherogram.html#spherogram.Link.morse_diagram">morse_diagram() (spherogram.Link method)</a>
|
775
|
+
</li>
|
776
|
+
<li><a href="spherogram.html#spherogram.Link.morse_number">morse_number() (spherogram.Link method)</a>
|
777
|
+
</li>
|
778
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.multiply_and_simplify_terms_in_RUR">multiply_and_simplify_terms_in_RUR() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
779
|
+
|
780
|
+
<ul>
|
781
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.multiply_and_simplify_terms_in_RUR">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
782
|
+
</li>
|
783
|
+
</ul></li>
|
784
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.multiply_elements">multiply_elements() (snappy.SymmetryGroup method)</a>
|
785
|
+
</li>
|
786
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.multiply_terms_in_RUR">multiply_terms_in_RUR() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
787
|
+
|
788
|
+
<ul>
|
789
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.multiply_terms_in_RUR">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
790
|
+
</li>
|
791
|
+
</ul></li>
|
792
|
+
</ul></td>
|
793
|
+
</tr></table>
|
794
|
+
|
795
|
+
<h2 id="N">N</h2>
|
796
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
797
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
798
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.N">N() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
799
|
+
|
800
|
+
<ul>
|
801
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.N">(snappy.ptolemy.coordinates.Flattenings method)</a>
|
802
|
+
</li>
|
803
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.N">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
804
|
+
</li>
|
805
|
+
</ul></li>
|
806
|
+
<li><a href="manifold.html#snappy.Manifold.name">name() (snappy.Manifold method)</a>
|
807
|
+
|
808
|
+
<ul>
|
809
|
+
<li><a href="triangulation.html#snappy.Triangulation.name">(snappy.Triangulation method)</a>
|
810
|
+
</li>
|
811
|
+
</ul></li>
|
812
|
+
<li><a href="verify_internals.html#snappy.verify.IntervalNewtonShapesEngine.newton_iteration">newton_iteration() (snappy.verify.IntervalNewtonShapesEngine static method)</a>
|
813
|
+
</li>
|
814
|
+
<li><a href="censuses.html#snappy.NonalternatingKnotExteriors">NonalternatingKnotExteriors (class in snappy)</a>
|
815
|
+
</li>
|
816
|
+
<li><a href="censuses.html#snappy.NonorientableClosedCensus">NonorientableClosedCensus (in module snappy)</a>
|
817
|
+
</li>
|
818
|
+
<li><a href="censuses.html#snappy.NonorientableCuspedCensus">NonorientableCuspedCensus (in module snappy)</a>
|
819
|
+
</li>
|
820
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.component.NonZeroDimensionalComponent">NonZeroDimensionalComponent (class in snappy.ptolemy.component)</a>
|
821
|
+
</li>
|
822
|
+
<li><a href="manifold.html#snappy.Manifold.normal_boundary_slopes">normal_boundary_slopes() (snappy.Manifold method)</a>
|
823
|
+
|
824
|
+
<ul>
|
825
|
+
<li><a href="triangulation.html#snappy.Triangulation.normal_boundary_slopes">(snappy.Triangulation method)</a>
|
826
|
+
</li>
|
827
|
+
</ul></li>
|
828
|
+
<li><a href="manifold.html#snappy.Manifold.normal_surfaces">normal_surfaces() (snappy.Manifold method)</a>
|
829
|
+
|
830
|
+
<ul>
|
831
|
+
<li><a href="triangulation.html#snappy.Triangulation.normal_surfaces">(snappy.Triangulation method)</a>
|
832
|
+
</li>
|
833
|
+
</ul></li>
|
834
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.num_cusps">num_cusps() (snappy.CuspNeighborhood method)</a>
|
835
|
+
|
836
|
+
<ul>
|
837
|
+
<li><a href="manifold.html#snappy.Manifold.num_cusps">(snappy.Manifold method)</a>
|
838
|
+
</li>
|
839
|
+
<li><a href="triangulation.html#snappy.Triangulation.num_cusps">(snappy.Triangulation method)</a>
|
840
|
+
</li>
|
841
|
+
</ul></li>
|
842
|
+
</ul></td>
|
843
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
844
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.num_edges">num_edges() (snappy.DirichletDomain method)</a>
|
845
|
+
</li>
|
846
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.num_faces">num_faces() (snappy.DirichletDomain method)</a>
|
847
|
+
</li>
|
848
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.num_finite_vertices">num_finite_vertices() (snappy.DirichletDomain method)</a>
|
849
|
+
</li>
|
850
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.num_generators">num_generators() (snappy.HolonomyGroup method)</a>
|
851
|
+
</li>
|
852
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.num_ideal_vertices">num_ideal_vertices() (snappy.DirichletDomain method)</a>
|
853
|
+
</li>
|
854
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.num_original_generators">num_original_generators() (snappy.HolonomyGroup method)</a>
|
855
|
+
</li>
|
856
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.num_relators">num_relators() (snappy.HolonomyGroup method)</a>
|
857
|
+
</li>
|
858
|
+
<li><a href="manifold.html#snappy.Manifold.num_tetrahedra">num_tetrahedra() (snappy.Manifold method)</a>
|
859
|
+
|
860
|
+
<ul>
|
861
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.num_tetrahedra">(snappy.ptolemy.coordinates.CrossRatios method)</a>
|
862
|
+
</li>
|
863
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.Flattenings.num_tetrahedra">(snappy.ptolemy.coordinates.Flattenings method)</a>
|
864
|
+
</li>
|
865
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.num_tetrahedra">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
866
|
+
</li>
|
867
|
+
<li><a href="triangulation.html#snappy.Triangulation.num_tetrahedra">(snappy.Triangulation method)</a>
|
868
|
+
</li>
|
869
|
+
</ul></li>
|
870
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.num_vertices">num_vertices() (snappy.DirichletDomain method)</a>
|
871
|
+
</li>
|
872
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.number_field">number_field() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
873
|
+
</li>
|
874
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.numerical">numerical() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
875
|
+
|
876
|
+
<ul>
|
877
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.numerical">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
878
|
+
</li>
|
879
|
+
</ul></li>
|
880
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.NumericalVerifyError">NumericalVerifyError</a>
|
881
|
+
</li>
|
882
|
+
</ul></td>
|
883
|
+
</tr></table>
|
884
|
+
|
885
|
+
<h2 id="O">O</h2>
|
886
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
887
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
888
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.O31">O31() (snappy.HolonomyGroup method)</a>
|
889
|
+
</li>
|
890
|
+
<li><a href="platonic_census.html#snappy.OctahedralNonorientableCuspedCensus">OctahedralNonorientableCuspedCensus (in module snappy)</a>
|
891
|
+
</li>
|
892
|
+
<li><a href="platonic_census.html#snappy.OctahedralOrientableCuspedCensus">OctahedralOrientableCuspedCensus (in module snappy)</a>
|
893
|
+
</li>
|
894
|
+
<li><a href="spherogram.html#spherogram.Link.optimize_overcrossings">optimize_overcrossings() (spherogram.Link method)</a>
|
895
|
+
</li>
|
896
|
+
<li><a href="additional_classes.html#snappy.AbelianGroup.order">order() (snappy.AbelianGroup method)</a>
|
897
|
+
|
898
|
+
<ul>
|
899
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.order">(snappy.SymmetryGroup method)</a>
|
900
|
+
</li>
|
901
|
+
</ul></li>
|
902
|
+
<li><a href="censuses.html#snappy.OrientableClosedCensus">OrientableClosedCensus (in module snappy)</a>
|
903
|
+
</li>
|
904
|
+
</ul></td>
|
905
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
906
|
+
<li><a href="censuses.html#snappy.OrientableCuspedCensus">OrientableCuspedCensus (in module snappy)</a>
|
907
|
+
</li>
|
908
|
+
<li><a href="manifold.html#snappy.Manifold.orientation_cover">orientation_cover() (snappy.Manifold method)</a>
|
909
|
+
|
910
|
+
<ul>
|
911
|
+
<li><a href="triangulation.html#snappy.Triangulation.orientation_cover">(snappy.Triangulation method)</a>
|
912
|
+
</li>
|
913
|
+
</ul></li>
|
914
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.original_generators">original_generators() (snappy.HolonomyGroup method)</a>
|
915
|
+
</li>
|
916
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.original_index">original_index() (snappy.CuspNeighborhood method)</a>
|
917
|
+
</li>
|
918
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.out_radius">out_radius() (snappy.DirichletDomain method)</a>
|
919
|
+
</li>
|
920
|
+
<li><a href="spherogram.html#spherogram.Link.overstrands">overstrands() (spherogram.Link method)</a>
|
921
|
+
</li>
|
922
|
+
</ul></td>
|
923
|
+
</tr></table>
|
924
|
+
|
925
|
+
<h2 id="P">P</h2>
|
926
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
927
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
928
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.pairing_matrices">pairing_matrices() (snappy.DirichletDomain method)</a>
|
929
|
+
</li>
|
930
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.pairing_words">pairing_words() (snappy.DirichletDomain method)</a>
|
931
|
+
</li>
|
932
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.parent">parent() (snappy.HolonomyGroup method)</a>
|
933
|
+
</li>
|
934
|
+
<li><a href="spherogram.html#spherogram.Link.PD_code">PD_code() (spherogram.Link method)</a>
|
935
|
+
</li>
|
936
|
+
<li><a href="spherogram.html#spherogram.Link.peer_code">peer_code() (spherogram.Link method)</a>
|
937
|
+
</li>
|
938
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.peripheral_curves">peripheral_curves() (snappy.HolonomyGroup method)</a>
|
939
|
+
</li>
|
940
|
+
<li><a href="manifold.html#snappy.Manifold.plink">plink() (snappy.Manifold method)</a>
|
941
|
+
|
942
|
+
<ul>
|
943
|
+
<li><a href="triangulation.html#snappy.Triangulation.plink">(snappy.Triangulation method)</a>
|
944
|
+
</li>
|
945
|
+
</ul></li>
|
946
|
+
<li><a href="manifold.html#snappy.Manifold.polished_holonomy">polished_holonomy() (snappy.Manifold method)</a>
|
947
|
+
</li>
|
948
|
+
</ul></td>
|
949
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
950
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup.polyhedral_description">polyhedral_description() (snappy.SymmetryGroup method)</a>
|
951
|
+
</li>
|
952
|
+
<li><a href="manifold.html#snappy.Manifold.ptolemy_generalized_obstruction_classes">ptolemy_generalized_obstruction_classes() (snappy.Manifold method)</a>
|
953
|
+
|
954
|
+
<ul>
|
955
|
+
<li><a href="triangulation.html#snappy.Triangulation.ptolemy_generalized_obstruction_classes">(snappy.Triangulation method)</a>
|
956
|
+
</li>
|
957
|
+
</ul></li>
|
958
|
+
<li><a href="manifold.html#snappy.Manifold.ptolemy_obstruction_classes">ptolemy_obstruction_classes() (snappy.Manifold method)</a>
|
959
|
+
|
960
|
+
<ul>
|
961
|
+
<li><a href="triangulation.html#snappy.Triangulation.ptolemy_obstruction_classes">(snappy.Triangulation method)</a>
|
962
|
+
</li>
|
963
|
+
</ul></li>
|
964
|
+
<li><a href="manifold.html#snappy.Manifold.ptolemy_variety">ptolemy_variety() (snappy.Manifold method)</a>
|
965
|
+
|
966
|
+
<ul>
|
967
|
+
<li><a href="triangulation.html#snappy.Triangulation.ptolemy_variety">(snappy.Triangulation method)</a>
|
968
|
+
</li>
|
969
|
+
</ul></li>
|
970
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates">PtolemyCoordinates (class in snappy.ptolemy.coordinates)</a>
|
971
|
+
</li>
|
972
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety">PtolemyVariety (class in snappy.ptolemy.ptolemyVariety)</a>
|
973
|
+
</li>
|
974
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety.py_eval_section">py_eval_section() (snappy.ptolemy.ptolemyVariety.PtolemyVariety method)</a>
|
975
|
+
</li>
|
976
|
+
</ul></td>
|
977
|
+
</tr></table>
|
978
|
+
|
979
|
+
<h2 id="R">R</h2>
|
980
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
981
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
982
|
+
<li><a href="spherogram.html#spherogram.random_link">random_link() (in module spherogram)</a>
|
983
|
+
</li>
|
984
|
+
<li><a href="manifold.html#snappy.Manifold.randomize">randomize() (snappy.Manifold method)</a>
|
985
|
+
|
986
|
+
<ul>
|
987
|
+
<li><a href="triangulation.html#snappy.Triangulation.randomize">(snappy.Triangulation method)</a>
|
988
|
+
</li>
|
989
|
+
</ul></li>
|
990
|
+
<li><a href="additional_classes.html#snappy.AbelianGroup.rank">rank() (snappy.AbelianGroup method)</a>
|
991
|
+
</li>
|
992
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.ratio_coordinate">ratio_coordinate() (snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
993
|
+
</li>
|
994
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.reach">reach() (snappy.CuspNeighborhood method)</a>
|
995
|
+
</li>
|
996
|
+
</ul></td>
|
997
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
998
|
+
<li><a href="verify_internals.html#snappy.verify.square_extensions.ComplexSqrtLinCombination.real">real() (snappy.verify.square_extensions.ComplexSqrtLinCombination method)</a>
|
999
|
+
</li>
|
1000
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.relators">relators() (snappy.HolonomyGroup method)</a>
|
1001
|
+
</li>
|
1002
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.rename">rename() (snappy.HolonomyGroup method)</a>
|
1003
|
+
</li>
|
1004
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.reset_name">reset_name() (snappy.HolonomyGroup method)</a>
|
1005
|
+
</li>
|
1006
|
+
<li><a href="manifold.html#snappy.Manifold.reverse_orientation">reverse_orientation() (snappy.Manifold method)</a>
|
1007
|
+
|
1008
|
+
<ul>
|
1009
|
+
<li><a href="triangulation.html#snappy.Triangulation.reverse_orientation">(snappy.Triangulation method)</a>
|
1010
|
+
</li>
|
1011
|
+
</ul></li>
|
1012
|
+
</ul></td>
|
1013
|
+
</tr></table>
|
1014
|
+
|
1015
|
+
<h2 id="S">S</h2>
|
1016
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
1017
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1018
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.sage">sage() (snappy.HolonomyGroup method)</a>
|
1019
|
+
</li>
|
1020
|
+
<li><a href="spherogram.html#spherogram.Link.sage_link">sage_link() (spherogram.Link method)</a>
|
1021
|
+
</li>
|
1022
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.save">save() (snappy.DirichletDomain method)</a>
|
1023
|
+
|
1024
|
+
<ul>
|
1025
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.save">(snappy.HolonomyGroup method)</a>
|
1026
|
+
</li>
|
1027
|
+
<li><a href="manifold.html#snappy.Manifold.save">(snappy.Manifold method)</a>
|
1028
|
+
</li>
|
1029
|
+
<li><a href="triangulation.html#snappy.Triangulation.save">(snappy.Triangulation method)</a>
|
1030
|
+
</li>
|
1031
|
+
</ul></li>
|
1032
|
+
<li><a href="spherogram.html#spherogram.Link.seifert_matrix">seifert_matrix() (spherogram.Link method)</a>
|
1033
|
+
</li>
|
1034
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.set_displacement">set_displacement() (snappy.CuspNeighborhood method)</a>
|
1035
|
+
</li>
|
1036
|
+
<li><a href="manifold.html#snappy.Manifold.set_name">set_name() (snappy.Manifold method)</a>
|
1037
|
+
|
1038
|
+
<ul>
|
1039
|
+
<li><a href="triangulation.html#snappy.Triangulation.set_name">(snappy.Triangulation method)</a>
|
1040
|
+
</li>
|
1041
|
+
</ul></li>
|
1042
|
+
<li><a href="manifold.html#snappy.Manifold.set_peripheral_curves">set_peripheral_curves() (snappy.Manifold method)</a>
|
1043
|
+
|
1044
|
+
<ul>
|
1045
|
+
<li><a href="triangulation.html#snappy.Triangulation.set_peripheral_curves">(snappy.Triangulation method)</a>
|
1046
|
+
</li>
|
1047
|
+
</ul></li>
|
1048
|
+
<li><a href="manifold.html#snappy.Manifold.set_target_holonomy">set_target_holonomy() (snappy.Manifold method)</a>
|
1049
|
+
</li>
|
1050
|
+
<li><a href="manifold.html#snappy.Manifold.set_tetrahedra_shapes">set_tetrahedra_shapes() (snappy.Manifold method)</a>
|
1051
|
+
</li>
|
1052
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.set_tie">set_tie() (snappy.CuspNeighborhood method)</a>
|
1053
|
+
</li>
|
1054
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.ShapePositiveImaginaryPartNumericalVerifyError">ShapePositiveImaginaryPartNumericalVerifyError</a>
|
1055
|
+
</li>
|
1056
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.ShapeType">ShapeType (class in snappy.verify.exceptions)</a>
|
1057
|
+
</li>
|
1058
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.short_edge">short_edge() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
1059
|
+
|
1060
|
+
<ul>
|
1061
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.short_edge">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
1062
|
+
</li>
|
1063
|
+
</ul></li>
|
1064
|
+
<li><a href="manifold.html#snappy.Manifold.short_slopes">short_slopes() (snappy.Manifold method)</a>
|
1065
|
+
</li>
|
1066
|
+
<li><a href="censuses.html#snappy.database.ManifoldTable.siblings">siblings() (snappy.database.ManifoldTable method)</a>
|
1067
|
+
</li>
|
1068
|
+
<li><a href="verify_internals.html#snappy.verify.square_extensions.SqrtLinCombination.sign">sign() (snappy.verify.square_extensions.SqrtLinCombination method)</a>
|
1069
|
+
</li>
|
1070
|
+
<li><a href="verify_internals.html#snappy.verify.square_extensions.SqrtLinCombination.sign_with_interval">sign_with_interval() (snappy.verify.square_extensions.SqrtLinCombination method)</a>
|
1071
|
+
</li>
|
1072
|
+
<li><a href="spherogram.html#spherogram.Link.signature">signature() (spherogram.Link method)</a>
|
1073
|
+
</li>
|
1074
|
+
<li><a href="manifold.html#snappy.Manifold.simplify">simplify() (snappy.Manifold method)</a>
|
1075
|
+
|
1076
|
+
<ul>
|
1077
|
+
<li><a href="triangulation.html#snappy.Triangulation.simplify">(snappy.Triangulation method)</a>
|
1078
|
+
</li>
|
1079
|
+
<li><a href="spherogram.html#spherogram.Link.simplify">(spherogram.Link method)</a>
|
1080
|
+
</li>
|
1081
|
+
</ul></li>
|
1082
|
+
<li><a href="additional_classes.html#snappy.HolonomyGroup.SL2C">SL2C() (snappy.HolonomyGroup method)</a>
|
1083
|
+
</li>
|
1084
|
+
<li><a href="manifold.html#snappy.Manifold.slice_obstruction_HKL">slice_obstruction_HKL() (snappy.Manifold method)</a>
|
1085
|
+
|
1086
|
+
<ul>
|
1087
|
+
<li><a href="triangulation.html#snappy.Triangulation.slice_obstruction_HKL">(snappy.Triangulation method)</a>
|
1088
|
+
</li>
|
1089
|
+
</ul></li>
|
1090
|
+
</ul></td>
|
1091
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1092
|
+
<li>
|
1093
|
+
snappy
|
1094
|
+
|
1095
|
+
<ul>
|
1096
|
+
<li><a href="additional_classes.html#module-snappy">module</a>
|
1097
|
+
</li>
|
1098
|
+
</ul></li>
|
1099
|
+
<li>
|
1100
|
+
snappy.ptolemy
|
1101
|
+
|
1102
|
+
<ul>
|
1103
|
+
<li><a href="ptolemy.html#module-snappy.ptolemy">module</a>
|
1104
|
+
</li>
|
1105
|
+
</ul></li>
|
1106
|
+
<li>
|
1107
|
+
snappy.snap
|
1108
|
+
|
1109
|
+
<ul>
|
1110
|
+
<li><a href="snap.html#module-snappy.snap">module</a>
|
1111
|
+
</li>
|
1112
|
+
</ul></li>
|
1113
|
+
<li>
|
1114
|
+
snappy.verify
|
1115
|
+
|
1116
|
+
<ul>
|
1117
|
+
<li><a href="verify_internals.html#module-snappy.verify">module</a>
|
1118
|
+
</li>
|
1119
|
+
</ul></li>
|
1120
|
+
<li>
|
1121
|
+
snappy.verify.exceptions
|
1122
|
+
|
1123
|
+
<ul>
|
1124
|
+
<li><a href="verify_internals.html#module-snappy.verify.exceptions">module</a>
|
1125
|
+
</li>
|
1126
|
+
</ul></li>
|
1127
|
+
<li>
|
1128
|
+
snappy.verify.square_extensions
|
1129
|
+
|
1130
|
+
<ul>
|
1131
|
+
<li><a href="verify_internals.html#module-snappy.verify.square_extensions">module</a>
|
1132
|
+
</li>
|
1133
|
+
</ul></li>
|
1134
|
+
<li><a href="manifold.html#snappy.Manifold.solution_type">solution_type() (snappy.Manifold method)</a>
|
1135
|
+
</li>
|
1136
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.solutions_from_magma">solutions_from_magma() (in module snappy.ptolemy)</a>
|
1137
|
+
</li>
|
1138
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.solutions_from_magma_file">solutions_from_magma_file() (in module snappy.ptolemy)</a>
|
1139
|
+
</li>
|
1140
|
+
<li>
|
1141
|
+
spherogram
|
1142
|
+
|
1143
|
+
<ul>
|
1144
|
+
<li><a href="spherogram.html#module-spherogram">module</a>
|
1145
|
+
</li>
|
1146
|
+
</ul></li>
|
1147
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.spine_radius">spine_radius() (snappy.DirichletDomain method)</a>
|
1148
|
+
</li>
|
1149
|
+
<li><a href="manifold.html#snappy.Manifold.split">split() (snappy.Manifold method)</a>
|
1150
|
+
</li>
|
1151
|
+
<li><a href="spherogram.html#spherogram.Link.split_link_diagram">split_link_diagram() (spherogram.Link method)</a>
|
1152
|
+
</li>
|
1153
|
+
<li><a href="manifold.html#snappy.Manifold.splitting_surfaces">splitting_surfaces() (snappy.Manifold method)</a>
|
1154
|
+
</li>
|
1155
|
+
<li><a href="verify_internals.html#snappy.verify.square_extensions.SqrtLinCombination">SqrtLinCombination (class in snappy.verify.square_extensions)</a>
|
1156
|
+
</li>
|
1157
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.stopper">stopper() (snappy.CuspNeighborhood method)</a>
|
1158
|
+
</li>
|
1159
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.stopping_displacement">stopping_displacement() (snappy.CuspNeighborhood method)</a>
|
1160
|
+
</li>
|
1161
|
+
<li><a href="spherogram.html#spherogram.Link.sublink">sublink() (spherogram.Link method)</a>
|
1162
|
+
</li>
|
1163
|
+
<li><a href="manifold.html#snappy.Manifold.symmetric_triangulation">symmetric_triangulation() (snappy.Manifold method)</a>
|
1164
|
+
</li>
|
1165
|
+
<li><a href="manifold.html#snappy.Manifold.symmetry_group">symmetry_group() (snappy.Manifold method)</a>
|
1166
|
+
</li>
|
1167
|
+
<li><a href="additional_classes.html#snappy.SymmetryGroup">SymmetryGroup (class in snappy)</a>
|
1168
|
+
</li>
|
1169
|
+
<li><a href="manifold.html#snappy.Manifold.symplectic_basis">symplectic_basis() (snappy.Manifold method)</a>
|
1170
|
+
|
1171
|
+
<ul>
|
1172
|
+
<li><a href="triangulation.html#snappy.Triangulation.symplectic_basis">(snappy.Triangulation method)</a>
|
1173
|
+
</li>
|
1174
|
+
</ul></li>
|
1175
|
+
</ul></td>
|
1176
|
+
</tr></table>
|
1177
|
+
|
1178
|
+
<h2 id="T">T</h2>
|
1179
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
1180
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1181
|
+
<li><a href="manifold.html#snappy.Manifold.tetrahedra_field_gens">tetrahedra_field_gens() (snappy.Manifold method)</a>
|
1182
|
+
</li>
|
1183
|
+
<li><a href="manifold.html#snappy.Manifold.tetrahedra_shapes">tetrahedra_shapes() (snappy.Manifold method)</a>
|
1184
|
+
</li>
|
1185
|
+
<li><a href="platonic_census.html#snappy.TetrahedralNonorientableCuspedCensus">TetrahedralNonorientableCuspedCensus (in module snappy)</a>
|
1186
|
+
</li>
|
1187
|
+
<li><a href="platonic_census.html#snappy.TetrahedralOrientableCuspedCensus">TetrahedralOrientableCuspedCensus (in module snappy)</a>
|
1188
|
+
</li>
|
1189
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.TiltInequalityNumericalVerifyError">TiltInequalityNumericalVerifyError</a>
|
1190
|
+
</li>
|
1191
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.TiltIsZeroExactVerifyError">TiltIsZeroExactVerifyError</a>
|
1192
|
+
</li>
|
1193
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.TiltProvenPositiveNumericalVerifyError">TiltProvenPositiveNumericalVerifyError</a>
|
1194
|
+
</li>
|
1195
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.TiltType">TiltType (class in snappy.verify.exceptions)</a>
|
1196
|
+
</li>
|
1197
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety.to_magma">to_magma() (snappy.ptolemy.ptolemyVariety.PtolemyVariety method)</a>
|
1198
|
+
</li>
|
1199
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.ptolemyVariety.PtolemyVariety.to_magma_file">to_magma_file() (snappy.ptolemy.ptolemyVariety.PtolemyVariety method)</a>
|
1200
|
+
</li>
|
1201
|
+
</ul></td>
|
1202
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1203
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.to_PUR">to_PUR() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
1204
|
+
|
1205
|
+
<ul>
|
1206
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.to_PUR">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
1207
|
+
</li>
|
1208
|
+
</ul></li>
|
1209
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.topology">topology() (snappy.CuspNeighborhood method)</a>
|
1210
|
+
</li>
|
1211
|
+
<li><a href="manifold.html#snappy.Manifold.trace_field_gens">trace_field_gens() (snappy.Manifold method)</a>
|
1212
|
+
</li>
|
1213
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.translations">translations() (snappy.CuspNeighborhood method)</a>
|
1214
|
+
</li>
|
1215
|
+
<li><a href="triangulation.html#snappy.Triangulation">Triangulation (class in snappy)</a>
|
1216
|
+
</li>
|
1217
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.triangulation">triangulation() (snappy.CuspNeighborhood method)</a>
|
1218
|
+
|
1219
|
+
<ul>
|
1220
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.triangulation">(snappy.DirichletDomain method)</a>
|
1221
|
+
</li>
|
1222
|
+
</ul></li>
|
1223
|
+
<li><a href="manifold.html#snappy.Manifold.triangulation_isosig">triangulation_isosig() (snappy.Manifold method)</a>
|
1224
|
+
|
1225
|
+
<ul>
|
1226
|
+
<li><a href="triangulation.html#snappy.Triangulation.triangulation_isosig">(snappy.Triangulation method)</a>
|
1227
|
+
</li>
|
1228
|
+
</ul></li>
|
1229
|
+
</ul></td>
|
1230
|
+
</tr></table>
|
1231
|
+
|
1232
|
+
<h2 id="U">U</h2>
|
1233
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
1234
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1235
|
+
<li><a href="manifold.html#snappy.Manifold.use_field_conversion">use_field_conversion() (snappy.Manifold class method)</a>
|
1236
|
+
</li>
|
1237
|
+
</ul></td>
|
1238
|
+
</tr></table>
|
1239
|
+
|
1240
|
+
<h2 id="V">V</h2>
|
1241
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
1242
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1243
|
+
<li><a href="manifold.html#snappy.Manifold.verify_hyperbolicity">verify_hyperbolicity() (snappy.Manifold method)</a>
|
1244
|
+
</li>
|
1245
|
+
<li><a href="verify_internals.html#snappy.verify.exceptions.VerifyErrorBase">VerifyErrorBase</a>
|
1246
|
+
</li>
|
1247
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.vertex_list">vertex_list() (snappy.DirichletDomain method)</a>
|
1248
|
+
</li>
|
1249
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.view">view() (snappy.CuspNeighborhood method)</a>
|
1250
|
+
|
1251
|
+
<ul>
|
1252
|
+
<li><a href="spherogram.html#spherogram.Link.view">(spherogram.Link method)</a>
|
1253
|
+
</li>
|
1254
|
+
</ul></li>
|
1255
|
+
</ul></td>
|
1256
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1257
|
+
<li><a href="additional_classes.html#snappy.CuspNeighborhood.volume">volume() (snappy.CuspNeighborhood method)</a>
|
1258
|
+
|
1259
|
+
<ul>
|
1260
|
+
<li><a href="additional_classes.html#snappy.DirichletDomain.volume">(snappy.DirichletDomain method)</a>
|
1261
|
+
</li>
|
1262
|
+
<li><a href="manifold.html#snappy.Manifold.volume">(snappy.Manifold method)</a>
|
1263
|
+
</li>
|
1264
|
+
</ul></li>
|
1265
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.volume_numerical">volume_numerical() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
1266
|
+
|
1267
|
+
<ul>
|
1268
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.PtolemyCoordinates.volume_numerical">(snappy.ptolemy.coordinates.PtolemyCoordinates method)</a>
|
1269
|
+
</li>
|
1270
|
+
</ul></li>
|
1271
|
+
</ul></td>
|
1272
|
+
</tr></table>
|
1273
|
+
|
1274
|
+
<h2 id="W">W</h2>
|
1275
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
1276
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1277
|
+
<li><a href="spherogram.html#spherogram.Link.white_graph">white_graph() (spherogram.Link method)</a>
|
1278
|
+
</li>
|
1279
|
+
<li><a href="manifold.html#snappy.Manifold.with_hyperbolic_structure">with_hyperbolic_structure() (snappy.Manifold method)</a>
|
1280
|
+
|
1281
|
+
<ul>
|
1282
|
+
<li><a href="triangulation.html#snappy.Triangulation.with_hyperbolic_structure">(snappy.Triangulation method)</a>
|
1283
|
+
</li>
|
1284
|
+
</ul></li>
|
1285
|
+
</ul></td>
|
1286
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1287
|
+
<li><a href="manifold.html#snappy.Manifold.without_hyperbolic_structure">without_hyperbolic_structure() (snappy.Manifold method)</a>
|
1288
|
+
</li>
|
1289
|
+
<li><a href="spherogram.html#spherogram.Link.writhe">writhe() (spherogram.Link method)</a>
|
1290
|
+
</li>
|
1291
|
+
</ul></td>
|
1292
|
+
</tr></table>
|
1293
|
+
|
1294
|
+
<h2 id="X">X</h2>
|
1295
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
1296
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
1297
|
+
<li><a href="ptolemy_classes.html#snappy.ptolemy.coordinates.CrossRatios.x_coordinate">x_coordinate() (snappy.ptolemy.coordinates.CrossRatios method)</a>
|
1298
|
+
</li>
|
1299
|
+
</ul></td>
|
1300
|
+
</tr></table>
|
1301
|
+
|
1302
|
+
|
1303
|
+
|
1304
|
+
</div>
|
1305
|
+
</div>
|
1306
|
+
<footer>
|
1307
|
+
|
1308
|
+
<hr/>
|
1309
|
+
|
1310
|
+
<div role="contentinfo">
|
1311
|
+
<p>© Copyright 2009-2025, by Marc Culler, Nathan Dunfield, Matthias Goerner, Jeffrey Weeks and others.</p>
|
1312
|
+
</div>
|
1313
|
+
|
1314
|
+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
1315
|
+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
|
1316
|
+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
1317
|
+
|
1318
|
+
|
1319
|
+
</footer>
|
1320
|
+
</div>
|
1321
|
+
</div>
|
1322
|
+
</section>
|
1323
|
+
</div>
|
1324
|
+
<script>
|
1325
|
+
jQuery(function () {
|
1326
|
+
SphinxRtdTheme.Navigation.enable(true);
|
1327
|
+
});
|
1328
|
+
</script>
|
1329
|
+
|
1330
|
+
</body>
|
1410
1331
|
</html>
|