Expand scico.numpy
ufunc list
#147
Labels
improvement
Improvement of existing code, including addressing of omissions or inconsistencies
scico.numpy
ufunc list
#147
Universal functions (ufuncs) are functions that are applied elementwise on arrays. These should be very easy to make work on
BlockArrays
, but currently only the following are supported inscico.numpy
:scico/scico/numpy/__init__.py
Lines 90 to 105 in 912bb9e
Eventually, we'd like to have every ufunc from numpy that is currently implemented in jax. (I think) this is only requires cross-checking these lists and adding to
_ufunc_functions
innumpy/__init__.py
.The text was updated successfully, but these errors were encountered: