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 f5554ba commit 0ebd463Copy full SHA for 0ebd463
1 file changed
lib/node_modules/@stdlib/blas/base/ndarray/cscal/docs/repl.txt
@@ -1,7 +1,7 @@
1
2
{{alias}}( arrays )
3
- Multiplies a one-dimensional single-precision complex floating-point
4
- ndarray by a scalar constant.
+ Multiplies a one-dimensional single-precision complex floating-point ndarray
+ by a scalar constant.
5
6
If provided an empty input ndarray, the function returns the input ndarray
7
unchanged.
@@ -12,7 +12,7 @@
12
Array-like object containing the following ndarrays:
13
14
- a one-dimensional input ndarray.
15
- - a zero-dimensional ndarray containing a scalar constant `alpha`.
+ - a zero-dimensional ndarray containing a scalar constant.
16
17
Returns
18
-------
0 commit comments