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
Block-GMRES is the first Block-Krylov method in Krylov.jl. I still need to do some tasks of this list.
The text was updated successfully, but these errors were encountered:
block_gmres
LinearOperator
julia> X, stats = block_gmres(A, B, reorthogonalization=true) ERROR: UndefVarError: `Ψtmp` not defined in `Krylov` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] block_gmres!(solver::BlockGmresSolver{…}, A::CuArray{…}, B::CuArray{…}; M::UniformScaling{…}, N::UniformScaling{…}, ldiv::Bool, restart::Bool, reorthogonalization::Bool, atol::Float32, rtol::Float32, itmax::Int64, timemax::Float64, verbose::Int64, history::Bool, callback::Krylov.var"#1106#1120", iostream::Core.CoreSTDOUT) @ Krylov ~/.julia/packages/Krylov/FdZzQ/src/block_gmres.jl:236 [2] block_gmres! @ ~/.julia/packages/Krylov/FdZzQ/src/block_gmres.jl:94 [inlined] [3] #block_gmres#1104 @ ~/.julia/packages/Krylov/FdZzQ/src/krylov_solve.jl:169 [inlined] [4] top-level scope @ REPL[8]:1 Some type information was truncated. Use `show(err)` to see complete types
Sorry, something went wrong.
amontoison
No branches or pull requests
Block-GMRES is the first Block-Krylov method in Krylov.jl.
I still need to do some tasks of this list.
The text was updated successfully, but these errors were encountered: