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
* Multiplies a one-dimensional single-precision complex floating-point ndarray `x` by a constant `alpha` and adds the result to a one-dimensional single-precision complex floating-point ndarray `y`.
47
47
*
48
-
* @param arrays - array-like object containing an input ndarray, an output ndarray, and a zero-dimensional ndarray containing a scalar constant
48
+
* ## Notes
49
+
*
50
+
* - The function expects the following ndarrays:
51
+
*
52
+
* - a one-dimensional input ndarray.
53
+
* - a one-dimensional output ndarray.
54
+
* - a zero-dimensional ndarray containing a scalar constant.
* Copies values from a one-dimensional single-precision complex floating-point ndarray `x` into a one-dimensional single-precision complex floating-point ndarray `y`.
73
81
*
74
-
* @param arrays - array-like object containing an input ndarray and an output ndarray
* Multiplies a one-dimensional double-precision floating-point ndarray `x` by a constant `alpha` and adds the result to a one-dimensional double-precision floating-point ndarray `y`.
109
130
*
110
-
* @param arrays - array-like object containing an input ndarray, an output ndarray, and a zero-dimensional ndarray containing a scalar constant
131
+
* ## Notes
132
+
*
133
+
* - The function expects the following ndarrays:
134
+
*
135
+
* - a one-dimensional input ndarray.
136
+
* - a one-dimensional output ndarray.
137
+
* - a zero-dimensional ndarray containing a scalar constant.
* Multiplies a one-dimensional single-precision floating-point ndarray `x` by a constant `alpha` and adds the result to a one-dimensional single-precision floating-point ndarray `y`.
286
370
*
287
-
* @param arrays - array-like object containing an input ndarray, an output ndarray, and a zero-dimensional ndarray containing a scalar constant
371
+
* ## Notes
372
+
*
373
+
* - The function expects the following ndarrays:
374
+
*
375
+
* - a one-dimensional input ndarray.
376
+
* - a one-dimensional output ndarray.
377
+
* - a zero-dimensional ndarray containing a scalar constant.
* Multiplies a one-dimensional double-precision complex floating-point ndarray `x` by a constant `alpha` and adds the result to a one-dimensional double-precision complex floating-point ndarray `y`.
348
454
*
349
-
* @param arrays - array-like object containing an input ndarray, an output ndarray, and a zero-dimensional ndarray containing a scalar constant
455
+
* ## Notes
456
+
*
457
+
* - The function expects the following ndarrays:
458
+
*
459
+
* - a one-dimensional input ndarray.
460
+
* - a one-dimensional output ndarray.
461
+
* - a zero-dimensional ndarray containing a scalar constant.
* Copies values from a one-dimensional double-precision complex floating-point ndarray `x` into a one-dimensional double-precision complex floating-point ndarray `y`.
374
488
*
375
-
* @param arrays - array-like object containing an input ndarray and an output ndarray
0 commit comments