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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
H is a matrix of Num, x is a vector of Num
julia> Symbolics.substitute(H, x .=> 0.5) ERROR: MethodError: substitute(::Matrix{Num}, ::Vector{Pair{Num, Float64}}) is ambiguous. Candidates: substitute(nums::Array{Num}, rules; kw...) @ Symbolics ~/.julia/packages/Symbolics/PxO3a/src/equations.jl:145 substitute(expr, s::Vector; kw...) @ Symbolics ~/.julia/packages/Symbolics/PxO3a/src/num.jl:79 Possible fix, define substitute(::Array{Num}, ::Vector)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
H is a matrix of Num, x is a vector of Num
The text was updated successfully, but these errors were encountered: