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 761f4ec commit ab325fdCopy full SHA for ab325fd
lib/node_modules/@stdlib/blas/base/zaxpy/src/zaxpy.f
@@ -58,7 +58,7 @@ subroutine zaxpy( N, alpha, x, strideX, y, strideY )
58
implicit none
59
! ..
60
! External functions:
61
- real(dp) :: dcabs1
+ complex(kind=kind(0.0d0)) :: dcabs1
62
external dcabs1
63
64
! Scalar arguments:
0 commit comments