Skip to content

src-kearney/jacobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jacobi

Jacobi Iteration

Use the following command to compile:

gcc -pthread -g -o j jacobi.c -lm

This will compile and execute jacobi.c file using an epsilon of .00001 and prompt for number of threads to use.

About

Jacobi with variable number of threads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages