Skip to content

Commit 5144650

Browse files
eviltyphacclauss
andauthored
Update arithmetic_analysis/jacobi_iteration_method.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent b5cd6f2 commit 5144650

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arithmetic_analysis/jacobi_iteration_method.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def strictly_diagonally_dominant(table: np.ndarray) -> bool:
137137
Traceback (most recent call last):
138138
...
139139
ValueError: Coefficient matrix is not strictly diagonally dominant
140-
141140
"""
142141

143142
rows, cols = table.shape

0 commit comments

Comments
 (0)