We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gemv!
ERROR: MethodError: LinearAlgebra.BLAS.gemv!(::Char, ::Float64, ::DIA.SparseMatrixDIA{Float64,Int64,Array{Float64,1}}, ::Array{Float64,1}, ::Float64, ::Array{Float64,1}) is ambiguous. Candidates: gemv!(tA::Char, alpha::Number, S::DIA.SparseMatrixDIA{Tv1,Ti,V}, b::Array{Tv2,1}, beta::Number, ret::Array{Tv2,1}) where {Tv1, Tv2, Ti, V} in DIA at /home/sw2030/.julia/packages/DIA/n7m9K/src/linalg.jl:113 gemv!(trans::AbstractChar, alpha::Float64, A::Union{AbstractArray{Float64,1}, AbstractArray{Float64,2}}, X::AbstractArray{Float64,1}, beta::Float64, Y::AbstractArray{Float64,1}) in LinearAlgebra.BLAS at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/LinearAlgebra/src/blas.jl:567 Possible fix, define gemv!(::Char, ::Float64, ::DIA.SparseMatrixDIA{Float64,Ti,V}, ::Array{Float64,1}, ::Float64, ::Array{Float64,1})
where type of input DIA was
DIA
julia> typeof(Pp), typeof(g) (DIA.SparseMatrixDIA{Float64,Int64,Array{Float64,1}}, Array{Float64,1})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
where type of input
DIA
wasThe text was updated successfully, but these errors were encountered: