mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38: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
a735995360
commit
34b0a121ed
@ -118,10 +118,10 @@ def jacobi_iteration_method(
|
||||
"""
|
||||
denom - a list of values along the diagonal
|
||||
val - values of the last column of the table array
|
||||
|
||||
masks - boolean mask of all strings without diagonal
|
||||
|
||||
masks - boolean mask of all strings without diagonal
|
||||
elements array coefficient_matrix
|
||||
|
||||
|
||||
ttt - coefficient_matrix array values without diagonal elements
|
||||
ind - column indexes for each row without diagonal elements
|
||||
arr - list obtained by column indexes from the list init_val
|
||||
|
Loading…
x
Reference in New Issue
Block a user