Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6fbf9ee 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Jun 19, 2024
1 parent 42ce14a commit ad0ace6
Show file tree
Hide file tree
Showing 780 changed files with 91,267 additions and 1,905 deletions.
27 changes: 27 additions & 0 deletions _autosummary/ostk.mathematics.curve_fitting.Interpolator.rst
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






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






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






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 _autosummary/ostk.mathematics.curve_fitting.interpolator.rst
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






29 changes: 29 additions & 0 deletions _autosummary/ostk.mathematics.curve_fitting.rst
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






49 changes: 49 additions & 0 deletions _autosummary/ostk.mathematics.geometry.Angle.rst
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 _autosummary/ostk.mathematics.geometry.d2.Intersection.rst
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






28 changes: 28 additions & 0 deletions _autosummary/ostk.mathematics.geometry.d2.Object.rst
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 _autosummary/ostk.mathematics.geometry.d2.Transformation.rst
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






Loading

0 comments on commit ad0ace6

Please sign in to comment.