We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805b516 commit 76db89dCopy full SHA for 76db89d
mkl_umath/generate_umath.py
@@ -990,12 +990,7 @@ def english_upper(s):
990
None,
991
TD(inexactvec + cmplxvec),
992
),
993
-'_ones_like':
994
- Ufunc(1, 1, None,
995
- docstrings.get('numpy.core.umath._ones_like'),
996
- None,
997
- TD(inexactvec + cmplxvec),
998
- ),
+# '_ones_like':
999
# 'power':
1000
# 'float_power':
1001
'absolute':
@@ -1006,12 +1001,7 @@ def english_upper(s):
1006
TD('F', out='f'),
1007
1002
TD('D', out='d'),
1008
1003
1009
-'_arg':
1010
1011
- docstrings.get('numpy.core.umath._arg'),
1012
1013
- TD(cmplxvec),
1014
1004
+# '_arg':
1015
1005
'negative':
1016
Ufunc(1, 1, None,
1017
docstrings.get('numpy.core.umath.negative'),
0 commit comments