mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d288cbd864
commit
43a39c1025
@ -114,7 +114,7 @@ def jacobi_iteration_method(
|
|||||||
rows, cols = table.shape
|
rows, cols = table.shape
|
||||||
|
|
||||||
strictly_diagonally_dominant(table)
|
strictly_diagonally_dominant(table)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# Iterates the whole matrix for given number of times
|
# Iterates the whole matrix for given number of times
|
||||||
for _ in range(iterations):
|
for _ in range(iterations):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user