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
mul!(::Matrix, ::LinearOperator, ::Matrix)
julia> using LinearOperators, LinearAlgebra julia> mul!(zeros(2, 2), LinearOperator(rand(2, 2)), rand(2, 2)) ERROR: MethodError: no method matching mul!(::Matrix{…}, ::LinearOperator{…}, ::Matrix{…}, ::Bool, ::Bool) Closest candidates are: mul!(::AbstractMatrix, ::LinearAlgebra.AbstractTriangular, ::AbstractMatrix, ::Number, ::Number) @ LinearAlgebra ~/.julia/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/LinearAlgebra/src/triangular.jl:736 mul!(::AbstractMatrix, ::Union{Bidiagonal, Diagonal, SymTridiagonal, Tridiagonal}, ::AbstractMatrix, ::Number, ::Number) @ LinearAlgebra ~/.julia/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/LinearAlgebra/src/bidiag.jl:427 mul!(::AbstractVecOrMat, ::UniformScaling, ::AbstractVecOrMat, ::Number, ::Number) @ LinearAlgebra ~/.julia/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/LinearAlgebra/src/uniformscaling.jl:284 ... Stacktrace: [1] mul!(C::Matrix{…}, A::LinearOperator{…}, B::Matrix{…}) @ LinearAlgebra ~/.julia/juliaup/julia-1.10.2+0.x64.linux.gnu/share/julia/stdlib/v1.10/LinearAlgebra/src/matmul.jl:237 [2] top-level scope @ REPL[103]:1 Some type information was truncated. Use `show(err)` to see complete types
I think this is what caused JuliaSmoothOptimizers/Krylov.jl#854
The text was updated successfully, but these errors were encountered:
block_gmres
LinearOperator
mul!
Successfully merging a pull request may close this issue.
I think this is what caused JuliaSmoothOptimizers/Krylov.jl#854
The text was updated successfully, but these errors were encountered: