You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/solver/linear/preconditioners/l1_gauss_seidel.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ partsize = 16
74
74
prec = builder(A, partsize)
75
75
# NOTES:
76
76
# 1. for symmetric A, that's not of type `Symmetric`, or `SparseMatrixCSR` (i.e. in CSR format), then it's recommended to set `isSymA=true` for better performance `prec = builder(A, partsize; isSymA=true)`.
77
-
# 2. for any userdefined `η` value, use `prec = builder(A, partsize; η=1.2)`.
77
+
# 2. for any user-defined `η` value, use `prec = builder(A, partsize; η=1.2)`.
0 commit comments