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 e7d9db4 commit 5a05b11Copy full SHA for 5a05b11
1 file changed
lib/node_modules/@stdlib/blas/base/ndarray/daxpy/docs/repl.txt
@@ -1,7 +1,8 @@
1
2
{{alias}}( arrays )
3
Multiplies a one-dimensional double-precision floating-point ndarray `x`
4
- by a constant `alpha` and adds the result to a one-dimensional ndarray `y`.
+ by a constant `alpha` and adds the result to a one-dimensional
5
+ double-precision floating-point ndarray `y`.
6
7
If provided an empty input ndarray, the function returns the output ndarray
8
unchanged.
0 commit comments