Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor fixes
  • Loading branch information
wjsi committed Apr 18, 2022
commit 1deb2c8cc6e3a0b09ae0ff9e69634b1a671204b9
1 change: 1 addition & 0 deletions .github/workflows/benchmark-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
asv check -E existing
git remote add upstream https://github.com/mars-project/mars.git
git fetch upstream
git merge upstream/master
asv machine --yes
asv continuous -f 1.1 --strict upstream/master HEAD
if: ${{ steps.build.outcome == 'success' }}
Expand Down
12 changes: 12 additions & 0 deletions docs/source/reference/tensor/special.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ Error function
mars.tensor.special.erf


Ellipsoidal harmonics
---------------------

.. autosummary::
:toctree: generated/
:nosignatures:

mars.tensor.special.ellip_harm
mars.tensor.special.ellip_harm_2
mars.tensor.special.ellip_normal


Gamma and related functions
---------------------------

Expand Down