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 413ac14 commit 600afbdCopy full SHA for 600afbd
1 file changed
lib/node_modules/@stdlib/blas/base/gcopy/lib/accessors.js
@@ -89,7 +89,7 @@ function gcopy( N, x, strideX, offsetX, y, strideY, offsetY ) {
89
ix += strideX;
90
iy += strideY;
91
}
92
- return x;
+ return y;
93
94
95
0 commit comments