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 a43d151 commit a7ba15fCopy full SHA for a7ba15f
src/libblas.jl
@@ -8,7 +8,7 @@ end
8
9
function dsymv(uplo, n, alpha, A, lda, px, stx, beta, py, sty)
10
return ccall((@blasfunc(dsymv_), libblastrampoline), Cvoid,
11
- (Ref{UInt8}, Ref{BlasInt}, RefFloat64}, Ptr{Float64},
+ (Ref{UInt8}, Ref{BlasInt}, Ref{Float64}, Ptr{Float64},
12
Ref{BlasInt}, Ptr{Float64}, Ref{BlasInt}, Ref{Float64},
13
Ptr{Float64}, Ref{BlasInt}),
14
uplo, n, alpha, A, lda, px, stx, beta, py, sty)
0 commit comments