Skip to content

Some old projects on implementing numerical methods, in some cases using parallel computing (MPI/pthreads)

Notifications You must be signed in to change notification settings

RuslansAleksejevs/numerical-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qt projects. Qt must be set in the way enabling "Run in terminal" option.


  • Jordan: Gaussian elimination with choice of principal element by row for solving systems of linear equations. Part of the project is my own handmade library for working with matrices, including overridden arithmetic operators and many useful function.
  • Jordan_threads: Same stuff that is done in the Jordan project, however now I use library <pthread.h> to solve this problem much faster introducing several threads.
  • Jordan_threads: Same as Jordan_threads, but now I use MPI instead of <pthread.h> for parallel computing.

About

Some old projects on implementing numerical methods, in some cases using parallel computing (MPI/pthreads)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published