Major updates in jacobi method

This commit is contained in:
Francesc Verdugo
2024-09-09 16:59:37 +02:00
parent 4a9dc6f2c4
commit c35f674bd5
5 changed files with 1658 additions and 616 deletions

View File

@@ -122,8 +122,8 @@ makedocs(;
#"Distributed computing with MPI" => "mpi_tutorial.md",
"Matrix-matrix multiplication"=>"matrix_matrix.md",
"MPI (point-to-point)" => "julia_mpi.md",
"Jacobi method" => "jacobi_method.md",
"MPI (collectives)" => "mpi_collectives.md",
"Jacobi method" => "jacobi_method.md",
#"All pairs of shortest paths" => "asp.md",
#"Gaussian elimination" => "LEQ.md",
#"Traveling salesperson problem" => "tsp.md",