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 cd22030 commit e86b6deCopy full SHA for e86b6de
lib/node_modules/@stdlib/blas/base/zaxpy/src/zaxpy.f
@@ -93,4 +93,4 @@ subroutine zaxpy( N, alpha, x, strideX, y, strideY )
93
end do
94
end if
95
return
96
-end subroutine zcopy
+end subroutine zaxpy
0 commit comments