You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Subtracts the elements of an output one-dimensional single-precision complex floating-point ndarray from the corresponding elements in an input one-dimensional single-precision complex floating-point ndarray and assigns the results to the output ndarray.
* Fills a one-dimensional single-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
425
396
*
@@ -1303,30 +1274,6 @@ interface Namespace {
1303
1274
*/
1304
1275
dxsa: typeofdxsa;
1305
1276
1306
-
/**
1307
-
* Subtracts the elements of an output one-dimensional double-precision floating-point ndarray from the corresponding elements in an input one-dimensional double-precision floating-point ndarray and assigns the results to the output ndarray.
* Fills a one-dimensional double-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
1332
1279
*
@@ -2261,30 +2208,6 @@ interface Namespace {
2261
2208
*/
2262
2209
gxsa: typeofgxsa;
2263
2210
2264
-
/**
2265
-
* Subtracts the elements of an output one-dimensional ndarray from the corresponding elements in an input one-dimensional ndarray and assigns the results to the output ndarray.
* Fills a one-dimensional ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
2290
2213
*
@@ -3055,30 +2978,6 @@ interface Namespace {
3055
2978
*/
3056
2979
sxsa: typeofsxsa;
3057
2980
3058
-
/**
3059
-
* Subtracts the elements of an output one-dimensional single-precision floating-point ndarray from the corresponding elements in an input one-dimensional single-precision floating-point ndarray and assigns the results to the output ndarray.
* Fills a one-dimensional single-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
3084
2983
*
@@ -3354,30 +3253,6 @@ interface Namespace {
3354
3253
*/
3355
3254
zxsa: typeofzxsa;
3356
3255
3357
-
/**
3358
-
* Subtracts the elements of an output one-dimensional double-precision complex floating-point ndarray from the corresponding elements in an input one-dimensional double-precision complex floating-point ndarray and assigns the results to the output ndarray.
* Fills a one-dimensional double-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
0 commit comments