File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/base/csscal/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ var ndarray = require( './ndarray.js' );
30
30
* Scales a single-precision complex floating-point vector by a single-precision floating-point constant.
31
31
*
32
32
* @param {PositiveInteger } N - number of indexed elements
33
- * @param {number } alpha - constant
33
+ * @param {number } alpha - scalar constant
34
34
* @param {Complex64Array } x - input array
35
35
* @param {integer } strideX - `x` stride length
36
36
* @returns {Complex64Array } input array
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ var scale = require( '@stdlib/complex/float32/base/scale' ).strided;
30
30
* Scales a single-precision complex floating-point vector by a single-precision floating-point constant.
31
31
*
32
32
* @param {PositiveInteger } N - number of indexed elements
33
- * @param {number } alpha - constant
33
+ * @param {number } alpha - scalar constant
34
34
* @param {Complex64Array } x - input array
35
35
* @param {integer } strideX - `x` stride length
36
36
* @param {NonNegativeInteger } offsetX - starting `x` index
You can’t perform that action at this time.
0 commit comments