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 dd7b7fb commit 4a14439Copy full SHA for 4a14439
src/multilevel.jl
@@ -81,7 +81,7 @@ function Base.show(io::IO, ml::MultiLevel)
81
@sprintf " %2d %10d %10d [%5.2f%%]" length(ml.levels) + 1 size(ml.final_A, 1) nnz(ml.final_A) (100 * nnz(ml.final_A) / total_nnz)
82
83
opround = round(op, digits = 3)
84
- ground = round(op, digits = 3)
+ ground = round(g, digits = 3)
85
86
str = """
87
Multilevel Solver
0 commit comments