Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Sep 4, 2024
1 parent fd01653 commit 260f1cd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import numpy as np


def solve_jacobi(A: np.ndarray, b: np.ndarray, n: int) -> list:
return x
return x

0 comments on commit 260f1cd

Please sign in to comment.