Skip to content

Commit b908b6e

Browse files
committed
Add a test
1 parent 73c57bb commit b908b6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,9 @@ for f in (smoothed_aggregation, ruge_stuben)
322322
end
323323

324324
end
325+
326+
# Issue #56
327+
X = poisson(27_000)+24.0*I
328+
ml = ruge_stuben(X)
329+
b = rand(27_000)
330+
@test solve(ml, b, reltol = 1e-10) X \ b rtol = 1e-10

0 commit comments

Comments
 (0)