-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add remaining base pages for documentation
- Loading branch information
1 parent
ee2433a
commit 6f37d13
Showing
3 changed files
with
85 additions
and
6 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,50 @@ | ||
Math Operations | ||
=============== | ||
.. automodule:: zonopy | ||
:members: | ||
:show-inheritance: | ||
:noindex: | ||
.. currentmodule:: zonopy | ||
|
||
Most common math operations are implemented for zonotopes and polynomial zonotopes. | ||
The operations are implemented in a way that they can be used with both single and batched zonotopes. | ||
In a later version, these operations will migrate to a dispatch mechanism to allow for more flexibility and better documentation. | ||
|
||
Linear Algebra | ||
-------------- | ||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
:recursive: | ||
|
||
cross | ||
|
||
Transcendentals | ||
--------------- | ||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
|
||
cos | ||
sin | ||
cos_sin_cartprod | ||
|
||
Rotations | ||
--------- | ||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
|
||
rot_mat | ||
|
||
Deprecated / Possibly Broken | ||
---------------------------- | ||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
|
||
dot | ||
close | ||
gen_batch_rotatotope_from_jrs_trig | ||
gen_rotatotope_from_jrs_trig | ||
get_pz_rotations_from_q |
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,28 @@ | ||
Utility Functions | ||
================= | ||
.. automodule:: zonopy | ||
:members: | ||
:show-inheritance: | ||
:noindex: | ||
.. currentmodule:: zonopy | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
|
||
remove_dependence_and_compress | ||
stack | ||
|
||
Deprecated / Possibly Broken | ||
---------------------------- | ||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
|
||
plot_JRSs | ||
plot_polyzonos_xy | ||
plot_polyzonos | ||
plot_zonos | ||
config_safety_check | ||
traj_safety_check | ||
obstacle_collison_free_check |