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 c992597 commit cd22030Copy full SHA for cd22030
lib/node_modules/@stdlib/blas/base/zaxpy/src/zaxpy.f
@@ -54,7 +54,7 @@
54
! @param {Array<complex<double>>} y - output array
55
! @param {integer} strideY - `y` stride length
56
!<
57
-subroutine zapxy( N, alpha, x, strideX, y, strideY )
+subroutine zaxpy( N, alpha, x, strideX, y, strideY )
58
implicit none
59
! ..
60
! Scalar arguments:
0 commit comments