This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to UniqueRepresentation for topological manifolds
- Loading branch information
Showing
11 changed files
with
5,447 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../conf_sub.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Manifolds | ||
========= | ||
|
||
This is the Sage implementation of manifolds resulting from the | ||
`SageManifolds project <http://sagemanifolds.obspm.fr/>`_. | ||
This section describes only the "manifold" part of SageManifolds; | ||
the pure algebraic part is described in the section | ||
:ref:`tensors-on-free-modules`. | ||
|
||
More documentation (in particular example worksheets) can be found | ||
`here <http://sagemanifolds.obspm.fr/documentation.html>`_. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
manifold | ||
|
||
.. include:: ../footer.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Topological manifolds | ||
===================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sage/manifolds/manifold | ||
|
||
sage/manifolds/point | ||
|
||
sage/manifolds/subset | ||
|
||
sage/manifolds/chart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Empty file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from sage.misc.lazy_import import lazy_import | ||
lazy_import('sage.manifolds.manifold', 'Manifold') |
Oops, something went wrong.