Skip to content

Commit

Permalink
Fixing complex dot(). Still does not work correctly. See issue #85.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Jun 25, 2011
1 parent db4de54 commit afc6e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions j/linalg_blas.j
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ end

@blas_dot :ddot_ Float64
@blas_dot :sdot_ Float32
@blas_dot :zdot_ Complex128
@blas_dot :cdot_ Complex64
@blas_dot :zdotc_ Complex128
@blas_dot :cdotc_ Complex64

# DOUBLE PRECISION FUNCTION DNRM2(N,X,INCX)

Expand Down

0 comments on commit afc6e94

Please sign in to comment.