Skip to content

Commit

Permalink
Import HyperbolicBasis Class
Browse files Browse the repository at this point in the history
  • Loading branch information
NovakLBUT authored Apr 8, 2022
1 parent 43401f7 commit 4180864
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/surrogates/pce/polynomial_bases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ The :class:`.TensorProductBasis` class is imported using the following command:
.. autoclass:: UQpy.surrogates.polynomial_chaos.polynomials.TensorProductBasis
:members:

HyperbolicBasis Class
~~~~~~~~~~~~~~~~~~~~~~~~

The :class:`.HyperbolicBasis` class is imported using the following command:

>>> from UQpy.surrogates.polynomial_chaos.polynomials.HyperbolicBasis import HyperbolicBasis

.. autoclass:: UQpy.surrogates.polynomial_chaos.polynomials.HyperbolicBasis
:members:



Expand Down

0 comments on commit 4180864

Please sign in to comment.