Skip to content

Commit

Permalink
deploy: 6f37d13
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildingAtom committed Feb 13, 2024
1 parent 2cf11e7 commit 23fce46
Show file tree
Hide file tree
Showing 234 changed files with 40,274 additions and 4 deletions.
2 changes: 1 addition & 1 deletion latest
4 changes: 4 additions & 0 deletions v0.1.0/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ac18c62f2a9c14224c6ca0533c7e99a9
tags: 645f666f9bcd5a90fca523b33c5a78b7
429 changes: 429 additions & 0 deletions v0.1.0/_modules/index.html

Large diffs are not rendered by default.

748 changes: 748 additions & 0 deletions v0.1.0/_modules/zonopy/contset/interval/interval.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,009 changes: 1,009 additions & 0 deletions v0.1.0/_modules/zonopy/contset/polynomial_zonotope/batch_poly_zono.html

Large diffs are not rendered by default.

774 changes: 774 additions & 0 deletions v0.1.0/_modules/zonopy/contset/polynomial_zonotope/mat_poly_zono.html

Large diffs are not rendered by default.

994 changes: 994 additions & 0 deletions v0.1.0/_modules/zonopy/contset/polynomial_zonotope/poly_zono.html

Large diffs are not rendered by default.

598 changes: 598 additions & 0 deletions v0.1.0/_modules/zonopy/contset/zonotope/batch_mat_zono.html

Large diffs are not rendered by default.

858 changes: 858 additions & 0 deletions v0.1.0/_modules/zonopy/contset/zonotope/batch_zono.html

Large diffs are not rendered by default.

575 changes: 575 additions & 0 deletions v0.1.0/_modules/zonopy/contset/zonotope/mat_zono.html

Large diffs are not rendered by default.

894 changes: 894 additions & 0 deletions v0.1.0/_modules/zonopy/contset/zonotope/zono.html

Large diffs are not rendered by default.

555 changes: 555 additions & 0 deletions v0.1.0/_modules/zonopy/math/linalg.html

Large diffs are not rendered by default.

565 changes: 565 additions & 0 deletions v0.1.0/_modules/zonopy/math/rotation.html

Large diffs are not rendered by default.

775 changes: 775 additions & 0 deletions v0.1.0/_modules/zonopy/math/transcendental.html

Large diffs are not rendered by default.

504 changes: 504 additions & 0 deletions v0.1.0/_modules/zonopy/util/batching.html

Large diffs are not rendered by default.

533 changes: 533 additions & 0 deletions v0.1.0/_modules/zonopy/util/collision.html

Large diffs are not rendered by default.

463 changes: 463 additions & 0 deletions v0.1.0/_modules/zonopy/util/compress.html

Large diffs are not rendered by default.

538 changes: 538 additions & 0 deletions v0.1.0/_modules/zonopy/util/plot.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions v0.1.0/_sources/flags.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Internal Flags
==============
.. automodule:: zonopy.internal
:members:
:undoc-members:
:private-members:
:special-members:
.. currentmodule:: zonopy
55 changes: 55 additions & 0 deletions v0.1.0/_sources/generated/zonopy.batchMatPolyZonotope.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
zonopy.batchMatPolyZonotope
===========================

.. currentmodule:: zonopy

.. autoclass:: batchMatPolyZonotope
:members:
:show-inheritance:
:inherited-members:
:undoc-members:


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~batchMatPolyZonotope.__init__
~batchMatPolyZonotope.combine_bmpz
~batchMatPolyZonotope.compress
~batchMatPolyZonotope.cpu
~batchMatPolyZonotope.eye
~batchMatPolyZonotope.from_mpzlist
~batchMatPolyZonotope.ones
~batchMatPolyZonotope.reduce_indep
~batchMatPolyZonotope.to
~batchMatPolyZonotope.to_batchMatZonotope
~batchMatPolyZonotope.zeros





.. rubric:: Attributes

.. autosummary::

~batchMatPolyZonotope.C
~batchMatPolyZonotope.G
~batchMatPolyZonotope.Grest
~batchMatPolyZonotope.T
~batchMatPolyZonotope.batch_shape
~batchMatPolyZonotope.device
~batchMatPolyZonotope.dtype
~batchMatPolyZonotope.input_pairs
~batchMatPolyZonotope.itype
~batchMatPolyZonotope.n_cols
~batchMatPolyZonotope.n_generators
~batchMatPolyZonotope.n_indep_gens
~batchMatPolyZonotope.n_rows
~batchMatPolyZonotope.shape


45 changes: 45 additions & 0 deletions v0.1.0/_sources/generated/zonopy.batchMatZonotope.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
zonopy.batchMatZonotope
=======================

.. currentmodule:: zonopy

.. autoclass:: batchMatZonotope
:members:
:show-inheritance:
:inherited-members:
:undoc-members:


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~batchMatZonotope.__init__
~batchMatZonotope.cpu
~batchMatZonotope.deleteZerosGenerators
~batchMatZonotope.reduce
~batchMatZonotope.to





.. rubric:: Attributes

.. autosummary::

~batchMatZonotope.T
~batchMatZonotope.batch_shape
~batchMatZonotope.center
~batchMatZonotope.device
~batchMatZonotope.dtype
~batchMatZonotope.generators
~batchMatZonotope.n_cols
~batchMatZonotope.n_generators
~batchMatZonotope.n_rows
~batchMatZonotope.shape


63 changes: 63 additions & 0 deletions v0.1.0/_sources/generated/zonopy.batchPolyZonotope.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
zonopy.batchPolyZonotope
========================

.. currentmodule:: zonopy

.. autoclass:: batchPolyZonotope
:members:
:show-inheritance:
:inherited-members:
:undoc-members:


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~batchPolyZonotope.__init__
~batchPolyZonotope.center_slice_all_dep
~batchPolyZonotope.combine_bpz
~batchPolyZonotope.compress
~batchPolyZonotope.cpu
~batchPolyZonotope.deleteZerosGenerators
~batchPolyZonotope.exactCartProd
~batchPolyZonotope.from_pzlist
~batchPolyZonotope.grad_center_slice_all_dep
~batchPolyZonotope.hess_center_slice_all_dep
~batchPolyZonotope.ones
~batchPolyZonotope.project
~batchPolyZonotope.reduce
~batchPolyZonotope.reduce_indep
~batchPolyZonotope.slice_all_dep
~batchPolyZonotope.slice_dep
~batchPolyZonotope.split_dep_indep
~batchPolyZonotope.to
~batchPolyZonotope.to_batchZonotope
~batchPolyZonotope.to_interval
~batchPolyZonotope.zeros





.. rubric:: Attributes

.. autosummary::

~batchPolyZonotope.G
~batchPolyZonotope.Grest
~batchPolyZonotope.batch_shape
~batchPolyZonotope.c
~batchPolyZonotope.device
~batchPolyZonotope.dimension
~batchPolyZonotope.dtype
~batchPolyZonotope.input_pairs
~batchPolyZonotope.itype
~batchPolyZonotope.n_generators
~batchPolyZonotope.n_indep_gens
~batchPolyZonotope.shape


49 changes: 49 additions & 0 deletions v0.1.0/_sources/generated/zonopy.batchZonotope.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
zonopy.batchZonotope
====================

.. currentmodule:: zonopy

.. autoclass:: batchZonotope
:members:
:show-inheritance:
:inherited-members:
:undoc-members:


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~batchZonotope.__init__
~batchZonotope.cpu
~batchZonotope.deleteZerosGenerators
~batchZonotope.polygon
~batchZonotope.polytope
~batchZonotope.project
~batchZonotope.reduce
~batchZonotope.slice
~batchZonotope.to
~batchZonotope.to_interval
~batchZonotope.to_polyZonotope





.. rubric:: Attributes

.. autosummary::

~batchZonotope.batch_shape
~batchZonotope.center
~batchZonotope.device
~batchZonotope.dimension
~batchZonotope.dtype
~batchZonotope.generators
~batchZonotope.n_generators
~batchZonotope.shape


6 changes: 6 additions & 0 deletions v0.1.0/_sources/generated/zonopy.close.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.close
============

.. currentmodule:: zonopy

.. autofunction:: close
6 changes: 6 additions & 0 deletions v0.1.0/_sources/generated/zonopy.config_safety_check.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.config\_safety\_check
============================

.. currentmodule:: zonopy

.. autofunction:: config_safety_check
6 changes: 6 additions & 0 deletions v0.1.0/_sources/generated/zonopy.cos.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.cos
==========

.. currentmodule:: zonopy

.. autofunction:: cos
6 changes: 6 additions & 0 deletions v0.1.0/_sources/generated/zonopy.cos_sin_cartprod.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.cos\_sin\_cartprod
=========================

.. currentmodule:: zonopy

.. autofunction:: cos_sin_cartprod
6 changes: 6 additions & 0 deletions v0.1.0/_sources/generated/zonopy.cross.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.cross
============

.. currentmodule:: zonopy

.. autofunction:: cross
6 changes: 6 additions & 0 deletions v0.1.0/_sources/generated/zonopy.dot.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.dot
==========

.. currentmodule:: zonopy

.. autofunction:: dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.gen\_batch\_rotatotope\_from\_jrs\_trig
==============================================

.. currentmodule:: zonopy

.. autofunction:: gen_batch_rotatotope_from_jrs_trig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.gen\_rotatotope\_from\_jrs\_trig
=======================================

.. currentmodule:: zonopy

.. autofunction:: gen_rotatotope_from_jrs_trig
6 changes: 6 additions & 0 deletions v0.1.0/_sources/generated/zonopy.get_pz_rotations_from_q.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zonopy.get\_pz\_rotations\_from\_q
==================================

.. currentmodule:: zonopy

.. autofunction:: get_pz_rotations_from_q
43 changes: 43 additions & 0 deletions v0.1.0/_sources/generated/zonopy.interval.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
zonopy.interval
===============

.. currentmodule:: zonopy

.. autoclass:: interval
:members:
:show-inheritance:
:inherited-members:
:undoc-members:


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~interval.__init__
~interval.center
~interval.cpu
~interval.dim
~interval.numel
~interval.rad
~interval.t
~interval.to





.. rubric:: Attributes

.. autosummary::

~interval.device
~interval.dtype
~interval.inf
~interval.shape
~interval.sup


Loading

0 comments on commit 23fce46

Please sign in to comment.