Skip to content

Commit

Permalink
support jax 'linalg.expm'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 29, 2020
1 parent 6faf4dc commit ecceb80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoray/autoray.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ def jax_to_numpy(x):
_FUNCS['jax', 'random.normal'] = jax_random_normal
_MODULE_ALIASES['jax'] = 'jax.numpy'
_SUBMODULE_ALIASES['jax', 'complex'] = 'jax.lax'
_SUBMODULE_ALIASES['jax', 'linalg.expm'] = 'jax.scipy.linalg'
_CUSTOM_WRAPPERS['jax', 'linalg.qr'] = qr_allow_fat
_CUSTOM_WRAPPERS['jax', 'linalg.svd'] = svd_not_full_matrices_wrapper

Expand Down

0 comments on commit ecceb80

Please sign in to comment.