-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 6fbf9ee 🚀
- Loading branch information
1 parent
42ce14a
commit ad0ace6
Showing
780 changed files
with
91,267 additions
and
1,905 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
_autosummary/ostk.mathematics.curve_fitting.Interpolator.rst
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,27 @@ | ||
ostk.mathematics.curve\_fitting.Interpolator | ||
============================================ | ||
|
||
.. currentmodule:: ostk.mathematics.curve_fitting | ||
|
||
.. autoclass:: Interpolator | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Interpolator.evaluate | ||
~Interpolator.generate_interpolator | ||
~Interpolator.get_interpolation_type | ||
|
||
|
||
|
||
|
||
|
||
|
27 changes: 27 additions & 0 deletions
27
_autosummary/ostk.mathematics.curve_fitting.interpolator.BarycentricRational.rst
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,27 @@ | ||
ostk.mathematics.curve\_fitting.interpolator.BarycentricRational | ||
================================================================ | ||
|
||
.. currentmodule:: ostk.mathematics.curve_fitting.interpolator | ||
|
||
.. autoclass:: BarycentricRational | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~BarycentricRational.evaluate | ||
~BarycentricRational.generate_interpolator | ||
~BarycentricRational.get_interpolation_type | ||
|
||
|
||
|
||
|
||
|
||
|
27 changes: 27 additions & 0 deletions
27
_autosummary/ostk.mathematics.curve_fitting.interpolator.CubicSpline.rst
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,27 @@ | ||
ostk.mathematics.curve\_fitting.interpolator.CubicSpline | ||
======================================================== | ||
|
||
.. currentmodule:: ostk.mathematics.curve_fitting.interpolator | ||
|
||
.. autoclass:: CubicSpline | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~CubicSpline.evaluate | ||
~CubicSpline.generate_interpolator | ||
~CubicSpline.get_interpolation_type | ||
|
||
|
||
|
||
|
||
|
||
|
27 changes: 27 additions & 0 deletions
27
_autosummary/ostk.mathematics.curve_fitting.interpolator.Linear.rst
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,27 @@ | ||
ostk.mathematics.curve\_fitting.interpolator.Linear | ||
=================================================== | ||
|
||
.. currentmodule:: ostk.mathematics.curve_fitting.interpolator | ||
|
||
.. autoclass:: Linear | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Linear.evaluate | ||
~Linear.generate_interpolator | ||
~Linear.get_interpolation_type | ||
|
||
|
||
|
||
|
||
|
||
|
31 changes: 31 additions & 0 deletions
31
_autosummary/ostk.mathematics.curve_fitting.interpolator.rst
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,31 @@ | ||
ostk.mathematics.curve\_fitting.interpolator | ||
============================================ | ||
|
||
.. automodule:: ostk.mathematics.curve_fitting.interpolator | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:template: custom-class-template.rst | ||
:nosignatures: | ||
|
||
BarycentricRational | ||
CubicSpline | ||
Linear | ||
|
||
|
||
|
||
|
||
|
||
|
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,29 @@ | ||
ostk.mathematics.curve\_fitting | ||
=============================== | ||
|
||
.. automodule:: ostk.mathematics.curve_fitting | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:template: custom-class-template.rst | ||
:nosignatures: | ||
|
||
Interpolator | ||
|
||
|
||
|
||
|
||
|
||
|
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,49 @@ | ||
ostk.mathematics.geometry.Angle | ||
=============================== | ||
|
||
.. currentmodule:: ostk.mathematics.geometry | ||
|
||
.. autoclass:: Angle | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Angle.arcminutes | ||
~Angle.arcseconds | ||
~Angle.between | ||
~Angle.degrees | ||
~Angle.get_unit | ||
~Angle.half_pi | ||
~Angle.in_arcminutes | ||
~Angle.in_arcseconds | ||
~Angle.in_degrees | ||
~Angle.in_radians | ||
~Angle.in_revolutions | ||
~Angle.in_unit | ||
~Angle.is_defined | ||
~Angle.is_near | ||
~Angle.is_negative | ||
~Angle.is_zero | ||
~Angle.pi | ||
~Angle.radians | ||
~Angle.revolutions | ||
~Angle.string_from_unit | ||
~Angle.symbol_from_unit | ||
~Angle.to_string | ||
~Angle.two_pi | ||
~Angle.undefined | ||
~Angle.zero | ||
|
||
|
||
|
||
|
||
|
||
|
50 changes: 50 additions & 0 deletions
50
_autosummary/ostk.mathematics.geometry.d2.Intersection.rst
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 @@ | ||
ostk.mathematics.geometry.d2.Intersection | ||
========================================= | ||
|
||
.. currentmodule:: ostk.mathematics.geometry.d2 | ||
|
||
.. autoclass:: Intersection | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Intersection.access_composite | ||
~Intersection.as_composite | ||
~Intersection.as_line | ||
~Intersection.as_line_string | ||
~Intersection.as_point | ||
~Intersection.as_point_set | ||
~Intersection.as_polygon | ||
~Intersection.as_segment | ||
~Intersection.empty | ||
~Intersection.get_type | ||
~Intersection.is_complex | ||
~Intersection.is_composite | ||
~Intersection.is_defined | ||
~Intersection.is_empty | ||
~Intersection.is_line | ||
~Intersection.is_line_string | ||
~Intersection.is_point | ||
~Intersection.is_point_set | ||
~Intersection.is_polygon | ||
~Intersection.is_segment | ||
~Intersection.line | ||
~Intersection.point | ||
~Intersection.point_set | ||
~Intersection.segment | ||
~Intersection.string_from_type | ||
~Intersection.undefined | ||
|
||
|
||
|
||
|
||
|
||
|
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 @@ | ||
ostk.mathematics.geometry.d2.Object | ||
=================================== | ||
|
||
.. currentmodule:: ostk.mathematics.geometry.d2 | ||
|
||
.. autoclass:: Object | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Object.apply_transformation | ||
~Object.contains | ||
~Object.intersects | ||
~Object.is_defined | ||
|
||
|
||
|
||
|
||
|
||
|
36 changes: 36 additions & 0 deletions
36
_autosummary/ostk.mathematics.geometry.d2.Transformation.rst
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,36 @@ | ||
ostk.mathematics.geometry.d2.Transformation | ||
=========================================== | ||
|
||
.. currentmodule:: ostk.mathematics.geometry.d2 | ||
|
||
.. autoclass:: Transformation | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Transformation.apply_to | ||
~Transformation.get_inverse | ||
~Transformation.get_matrix | ||
~Transformation.get_type | ||
~Transformation.identity | ||
~Transformation.is_defined | ||
~Transformation.rotation | ||
~Transformation.rotation_around | ||
~Transformation.string_from_type | ||
~Transformation.translation | ||
~Transformation.type_of_matrix | ||
~Transformation.undefined | ||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.